emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Property EXPORT_OPTIONS ignored?


From: Bastien
Subject: Re: [O] Property EXPORT_OPTIONS ignored?
Date: Wed, 19 Mar 2014 17:56:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Robert,

Robert Eckl <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]