From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Thorsten Jolitz <tjolitz@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [BUG] New exporter exports TOC twice
Date: Wed, 24 Apr 2013 13:50:39 +0200 [thread overview]
Message-ID: <87bo949mgg.fsf@gmail.com> (raw)
In-Reply-To: <87k3ns89lk.fsf@gmail.com> (Thorsten Jolitz's message of "Wed, 24 Apr 2013 13:13:43 +0200")
Hello,
Thorsten Jolitz <tjolitz@gmail.com> writes:
> Exporting a Worg file with this header (#+TOC: headlines 2)
>
> ,-----------------------------------------------------------------------------------------
> | #+OPTIONS: H:3 num:nil \n:nil @:t ::t |:t ^:{} -:t f:t *:t TeX:t LaTeX:t
> | skip:nil d:(HIDE) tags:not-in-toc
> | #+TOC: headlines 2
> | #+STARTUP: align fold nodlcheck hidestars oddeven lognotestate hideblocks
> | #+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
> | #+TAGS: Write(w) Update(u) Fix(f) Check(c) noexport(n)
> | #+TITLE: Header arguments and result types in Org Babel
> | #+AUTHOR: Thorsten Jolitz, Eric Schulte
> | #+EMAIL: tj[at]data-driven[dot]de
> | #+LANGUAGE: en
> | #+LINK_UP: index.php
> | #+LINK_HOME: http://orgmode.org/worg/
> | #+EXPORT_EXCLUDE_TAGS: noexport
> |
> | For a complete header argument reference see the Org-mode manual's page
> | which lists all
> | [[http://orgmode.org/manual/Specific-header-arguments.html][Specific-header-arguments]].
> | This page holds ancillary notes and tricks which have not made it into
> | the manual.
> |
> | * Generally use =verbatim= when using =drawer=, =raw= or =org=
> | We often want to add =verbatim= (which inhibits interpretation as a
> | value, which can often result in a list or table result), when
> | inserting results directly into the buffer using =drawer=, =raw= or
> | =org= which don't do tabular interpretation. [...]
> `-----------------------------------------------------------------------------------------
>
> exports the TOC twice in HTML export and ASCII export.
If you don't specify a toc item in the OPTIONS line, Org will use the
value of `org-export-with-toc', which is non-nil by default.
So, your example is equivalent to:
#+OPTIONS: toc:t
#+TOC: headline 2
Hence you get two tables of contents.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2013-04-24 11:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-24 11:13 [BUG] New exporter exports TOC twice Thorsten Jolitz
2013-04-24 11:50 ` Nicolas Goaziou [this message]
2013-04-24 11:56 ` Thorsten Jolitz
2013-04-24 12:11 ` Nicolas Goaziou
2013-04-27 8:44 ` Carsten Dominik
2013-04-27 8:52 ` Sebastien Vauban
2013-04-27 11:14 ` Carsten Dominik
2013-04-27 14:15 ` Sebastien Vauban
2013-04-28 7:28 ` Nicolas Goaziou
2013-05-01 20:45 ` Carsten Dominik
2013-05-01 22:08 ` Nicolas Goaziou
2013-05-02 3:22 ` Carsten Dominik
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=87bo949mgg.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=tjolitz@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).