From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Additional Properties for Export Date: Wed, 21 May 2008 09:50:03 +0200 Message-ID: <466F6A4B-B219-498D-B29F-FDD5D59E6793@uva.nl> 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 1Jyj5P-0007ct-Jr for emacs-orgmode@gnu.org; Wed, 21 May 2008 03:50:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jyj5O-0007cR-Me for emacs-orgmode@gnu.org; Wed, 21 May 2008 03:50:11 -0400 Received: from [199.232.76.173] (port=53546 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jyj5O-0007c7-A8 for emacs-orgmode@gnu.org; Wed, 21 May 2008 03:50:10 -0400 Received: from mx20.gnu.org ([199.232.41.8]:18141) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jyj5N-0001Y5-UV for emacs-orgmode@gnu.org; Wed, 21 May 2008 03:50:10 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jyj5M-0002wq-Sv for emacs-orgmode@gnu.org; Wed, 21 May 2008 03:50:09 -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, 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. OK, EXPORT_OPTIONS and EXPORT_TEXT work now as well. Don't forget that you can also set EXPORT_FILE_NAME. - Carsten