From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Additional Properties for Export Date: Tue, 20 May 2008 19:22:11 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyVXa-00034z-P7 for emacs-orgmode@gnu.org; Tue, 20 May 2008 13:22:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyVXX-00031H-KH for emacs-orgmode@gnu.org; Tue, 20 May 2008 13:22:22 -0400 Received: from [199.232.76.173] (port=59347 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyVXX-00030M-Gp for emacs-orgmode@gnu.org; Tue, 20 May 2008 13:22:19 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:3141) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyVXV-0001Ws-R2 for emacs-orgmode@gnu.org; Tue, 20 May 2008 13:22:18 -0400 In-Reply-To: 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: Peter Jones Cc: emacs-orgmode@gnu.org Hi Peter, how do you export a single subtree? If you do it by selecting the subtree as the region, then the headling of the subtree will become the title for export. - - - Actually, I just tried, and that does not work. Bug is fixed now, in the git-repo. However, an EXPORT_TITLE property is a good idea, and I have added that, too. The EXPORT_OPTIONS property is a lot harder, can you motivate why and how you would want it? - Carsten On May 20, 2008, at 12:28 AM, Peter Jones wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode