From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Isolate export parameters in file from currently exporting subtree Date: Tue, 19 Jan 2010 10:43:24 +0100 Message-ID: <83r5pma0qr.fsf@yahoo.it> References: <7bef1f891001190015g6129cc28p1d4608b0e60154e3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXAcV-0000Jz-Lq for emacs-orgmode@gnu.org; Tue, 19 Jan 2010 04:43:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXAcR-0000JT-Rj for emacs-orgmode@gnu.org; Tue, 19 Jan 2010 04:43:31 -0500 Received: from [199.232.76.173] (port=36355 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXAcR-0000JQ-Ns for emacs-orgmode@gnu.org; Tue, 19 Jan 2010 04:43:27 -0500 Received: from slim-4c.inet.it ([213.92.5.127]:46531) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NXAcR-0006nK-8k for emacs-orgmode@gnu.org; Tue, 19 Jan 2010 04:43:27 -0500 In-Reply-To: <7bef1f891001190015g6129cc28p1d4608b0e60154e3@mail.gmail.com> (Alan E. Davis's message of "Tue, 19 Jan 2010 18:15:42 +1000") 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: "Alan E. Davis" Cc: emacs-orgmode@gnu.org "Alan E. Davis" writes: > In one large file, I would like to keep a large number of individual > subtrees, each for independent export to LaTeX.=C2=A0=20 > Is it possible to isolate the extra parameters needed for a subtree=20 > isolated from the rest of the file? Answer: ***** procedure 3 :PROPERTIES: :EXPORT_FILE_NAME: STA.html :EXPORT_TITLE: Procedure 3 :EXPORT_OPTIONS: H:4 toc:nil :END: ****** here begins ---------------------------------- Reference (Org-manual) : When exporting only a single subtree by selecting it with `C-c @' before calling an export command, the subtree can overrule some of the file's export settings with properties `EXPORT_FILE_NAME', `EXPORT_TITLE', `EXPORT_TEXT', `EXPORT_AUTHOR', `EXPORT_DATE', and `EXPORT_OPTIONS'. Many thanks to Carsten who invested a lot of time writing the fine manual. Giovanni