emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Property EXPORT_OPTIONS ignored?
@ 2014-03-19 16:35 Robert Eckl
  2014-03-19 16:56 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Eckl @ 2014-03-19 16:35 UTC (permalink / raw)
  To: emacs-orgmode

Hi,
i'm trying to exclude one section from the toc 

Following http://orgmode.org/manual/Export-settings.html in following
example section 2 shoud not appear in the toc, but it appears.

#+OPTIONS: toc:t
* Section 1
* Section 2
:PROPERTIES:
:EXPORT_OPTIONS: toc:nil
:END:

What I'm missing?

TIA,
Robert
 
Emacs 24.3.1 (Org mode 8.2.5e)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Property EXPORT_OPTIONS ignored?
  2014-03-19 16:35 Property EXPORT_OPTIONS ignored? Robert Eckl
@ 2014-03-19 16:56 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2014-03-19 16:56 UTC (permalink / raw)
  To: Robert Eckl; +Cc: emacs-orgmode

Hi Robert,

Robert Eckl <eckl.r@gmx.de> writes:

> i'm trying to exclude one section from the toc 
>
> Following http://orgmode.org/manual/Export-settings.html in following
> example section 2 shoud not appear in the toc, but it appears.
>
> #+OPTIONS: toc:t
> * Section 1
> * Section 2
> :PROPERTIES:
> :EXPORT_OPTIONS: toc:nil
> :END:
>
> What I'm missing?

Subtree options set through EXPORT_OPTIONS apply to the subtree
export, available through C-c C-e C-s, not to the subtree itself
during normal (unrestricted) export.

Maybe you can use inline tasks?

Or limit the scope of the TOC like this:

#+OPTIONS: toc:1

if the headlines you want to ignore are not top-level headlines.

HTH,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-19 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-19 16:35 Property EXPORT_OPTIONS ignored? Robert Eckl
2014-03-19 16:56 ` Bastien

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).