emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* different toc levels per headline?
@ 2013-09-26 11:01 Adam Spiers
  2013-09-26 11:15 ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Adam Spiers @ 2013-09-26 11:01 UTC (permalink / raw)
  To: org-mode mailing list

Hi all,

If I have something like:

    #+OPTIONS: toc:1

    * h1 no options
    *** h2
    ***** h3
    * h1 toc:2
      :PROPERTIES:
      :EXPORT_OPTIONS: toc:2
      :END:
    *** h2
    ***** h3
    * h1 toc:3
      :PROPERTIES:
      :EXPORT_OPTIONS: toc:3
      :END:
    *** h2
    ***** h3

I would expect a ToC which looks like:

    Table of Contents
    _________________

    1 h1 no options
    2 h1 toc:1
    .. 2.1 h2
    3 h1 toc:2
    .. 3.1 h2
    ..... 3.1.1 h3

In otherwise, I would expect the EXPORT_OPTIONS in the subtrees to
override the file-wide setting for `toc'.  This expectation is based
on what the manual says:

    Export options can be set: globally with variables; for an
    individual file by making variables buffer-local with in-buffer
    settings (*note In-buffer settings::), by setting individual
    keywords, or by specifying them in a compact form with the
    `#+OPTIONS' keyword; or for a tree by setting properties (*note

    Properties and Columns::).  Options set at a specific level
    override options set at a more general level.

However instead I get:

    Table of Contents
    _________________

    1 h1 no options
    2 h1 toc:1
    3 h1 toc:2

What am I missing, and is there another way to vary the toc level per
subtree?

Thanks!
Adam

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

end of thread, other threads:[~2013-09-26 15:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-26 11:01 different toc levels per headline? Adam Spiers
2013-09-26 11:15 ` Carsten Dominik
2013-09-26 12:16   ` Adam Spiers
2013-09-26 12:24     ` Carsten Dominik
2013-09-26 14:24       ` Nicolas Goaziou
2013-09-26 15:50         ` Adam Spiers

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