From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Additional Properties for Export Date: Mon, 19 May 2008 16:28:10 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyDq4-0006GC-7H for emacs-orgmode@gnu.org; Mon, 19 May 2008 18:28:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyDq1-0006Fp-Ho for emacs-orgmode@gnu.org; Mon, 19 May 2008 18:28:14 -0400 Received: from [199.232.76.173] (port=59836 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyDq1-0006Fm-Ez for emacs-orgmode@gnu.org; Mon, 19 May 2008 18:28:13 -0400 Received: from pmade.com ([64.92.223.213]:61421) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JyDq1-0002zP-19 for emacs-orgmode@gnu.org; Mon, 19 May 2008 18:28:13 -0400 Received: from tiny.local.pmade.com (c-76-25-134-186.hsd1.co.comcast.net [76.25.134.186]) (authenticated bits=0) by pmade.com (8.13.8/8.13.8) with ESMTP id m4JMSAJI081497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Mon, 19 May 2008 22:28:11 GMT (envelope-from pjones@pmade.com) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org As you can tell from my recent questions, I've been doing a lot of exporting from Org lately. Here are a few things I'd like some feedback on. I would like to be able to set a TITLE property for a sub-tree, and when I export just that sub-tree, the document title will be taken from that property instead of the file global #+TITLE:. Right now, when I export a sub-tree, I need to manually change the #+TITLE: line so that the exported document will have an appropriate title. It would also be nice to have an OPTIONS property (or maybe EXPORT_OPTIONS) where I could override the #+OPTIONS line for each sub-tree. Does this seem generally useful? Here is an example document: #+TITLE: Client Work * Client A ** Project Foo Requirements :PROPERTIES: :ID: a-foo :TITLE: Foo Application Requirements :COLUMNS: %50ITEM(Task) %5Effort(Effort Estimate){:} %5TODO(State) :END: *** DONE Feature 1 *** TODO Feature 2 ** Project Bar Requirements :PROPERTIES: :ID: a-bar :TITLE: Bar Application Requirements :COLUMNS: %50ITEM(Task) %5Effort(Effort Estimate){:} :END: *** TODO Feature 1 *** TODO Feature 2 -- Peter Jones, pmade inc. http://pmade.com