From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Jeffrey Spencer <jeffspencerd@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org-Export Subtree Options Not Working
Date: Tue, 03 Jul 2012 11:29:15 +0200 [thread overview]
Message-ID: <873959gplg.fsf@gmail.com> (raw)
In-Reply-To: <CALmFPZ2=Y1mk_gq-gnjA_dgoh0qWbO63eJLJ43nE8__wa4aivg@mail.gmail.com> (Jeffrey Spencer's message of "Tue, 3 Jul 2012 18:13:03 +1000")
Hello,
Jeffrey Spencer <jeffspencerd@gmail.com> writes:
> When I input subtree options for modifying the global options when
> selecting with C-c @ and then exporting.
>
> The subtree options for example:
>
> #+EXPORT_OPTIONS: H:2 num:t toc:f \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
> TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil
> #+EXPORT_FILE_NAME: tester
>
> are not used and just ignored. Shouldn't these overide the file settings
> from what I read in the org-manual. Where do these need to be placed. It is
> right below the subtree I am selecting for export.
You have to use headlines properties (with C-c C-x p) instead of
keywords, i.e.
--8<---------------cut here---------------start------------->8---
* Headline
:PROPERTIES:
:EXPORT_TITLE: subtree-title
:END:
Paragraph
--8<---------------cut here---------------end--------------->8---
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2012-07-03 9:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-03 8:13 Org-Export Subtree Options Not Working Jeffrey Spencer
2012-07-03 9:29 ` Nicolas Goaziou [this message]
2012-07-04 4:03 ` Jeffrey Spencer
2012-07-04 7:21 ` Detlef Steuer
2012-07-04 15:35 ` Jeffrey Spencer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=873959gplg.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=jeffspencerd@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).