From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Additional Properties for Export Date: Tue, 20 May 2008 23:10:46 +0200 Message-ID: References: <86iqx8n4ov.fsf@pmade.com> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyZ6h-0007JE-VR for emacs-orgmode@gnu.org; Tue, 20 May 2008 17:10:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyZ6g-0007GZ-0u for emacs-orgmode@gnu.org; Tue, 20 May 2008 17:10:51 -0400 Received: from [199.232.76.173] (port=33771 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyZ6f-0007GH-MO for emacs-orgmode@gnu.org; Tue, 20 May 2008 17:10:49 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:14592) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyZ6f-0000yr-GO for emacs-orgmode@gnu.org; Tue, 20 May 2008 17:10:49 -0400 In-Reply-To: <86iqx8n4ov.fsf@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: Peter Jones Cc: emacs-orgmode@gnu.org On May 20, 2008, at 9:41 PM, Peter Jones wrote: > Carsten Dominik writes: >> 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. > > I narrow to the subree. I do wish it were a little easier to export a > subtree, C-c @ ; to select the subtree C-c C-e ; to export > because I have to ensure that nothing is folded after I > narrow to the subtree. > > Thanks for adding EXPORT_TITLE. > >> The EXPORT_OPTIONS property is a lot harder, can you motivate why and >> how you would want it? > > A simple use case is the table of contents. When exporting the entire > file I want a TOC. When exporting a subtree, however, I don't. This > feature isn't as important as the EXPORT_TITLE is. If you want, I can > see if I can come up with a patch for it. The reason why it i non-trivial is because of the way how the options parsing is implemented. It does not parse from the string, but from a buffer. I'll put it on my ist. - Carsten