From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: How to handle titles for latex export, multiple subtrees in a single file? Date: Wed, 20 Oct 2010 23:41:51 -0400 Message-ID: <11801.1287632511@gamaville.dokosmarshall.org> References: <87pqv4xpr7.fsf@fastmail.fm> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=34679 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8m2V-0003OA-P0 for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 23:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8m2U-0005Tl-Ob for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 23:42:03 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:33579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8m2U-0005Td-LK for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 23:42:02 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LAM001V8FLRFG10@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 22:41:52 -0500 (CDT) In-reply-to: Message from Matt Lundin of "Wed, 20 Oct 2010 22:07:24 EDT." <87pqv4xpr7.fsf@fastmail.fm> 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: Matt Lundin Cc: org-mode , nicholas.dokos@hp.com Matt Lundin wrote: > If you use C-c C-e 1, or C-c @ C-c C-e, the heading of the subtree is > exported as the title. But you can also set a title explicitly with the > EXPORT_TITLE property: > > ,----[ (info "(org) Export options") ] > | 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'. > `---- > I forgot about these - thanks, Matt! Nick