From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Export options for subheadings Date: Mon, 13 May 2013 19:02:50 +0200 Message-ID: <87a9nyu81x.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubw9D-0004rr-QW for emacs-orgmode@gnu.org; Mon, 13 May 2013 13:02:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ubw9B-0002q1-W1 for emacs-orgmode@gnu.org; Mon, 13 May 2013 13:02:51 -0400 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:34954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubw9B-0002pt-Q1 for emacs-orgmode@gnu.org; Mon, 13 May 2013 13:02:49 -0400 Received: by mail-we0-f181.google.com with SMTP id q55so6439700wes.12 for ; Mon, 13 May 2013 10:02:49 -0700 (PDT) In-Reply-To: (JBash's message of "Mon, 13 May 2013 12:48:32 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: JBash Cc: emacs-orgmode Mode Hello, JBash writes: > I'm having a problem getting the export options for single subtree to work. > I'm exporting to pdf. I'm not sure the information in the manual applies > to the new exporter (since I'm not sure C-c @ applies anymore... I've tried > it, and get the same results as putting the cursor on the subheading, and > doing C-c C-e C-s l p. I've attached a test file. Indeed, marking a subtree with C-c @ don't trigger subtree export anymore. > From the 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." For some reason, your manual is out of date. You can have a look at the one published on the Org site. > * Major Heading 1 > #+EXPORT_FILE_NAME: test_subheading_export1.pdf > #+EXPORT_TITLE: Test Export of a Subtree Overrides - 1 > #+EXPORT_DATE: 2013-05-11 You are confusing keywords and node properties. On the previous headline, use C-c C-e, toggle subtree export with C-s, then call # RET to see what should be inserted instead. Regards, -- Nicolas Goaziou