emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Eric Schulte <eric.schulte@gmx.com>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: org-e-html and table of contents
Date: Thu, 23 Aug 2012 13:52:43 -0400	[thread overview]
Message-ID: <3161.1345744363@alphaville> (raw)
In-Reply-To: Message from Eric Schulte <eric.schulte@gmx.com> of "Thu, 23 Aug 2012 10:41:23 MDT." <871uix5znw.fsf@gmx.com>

Eric Schulte <eric.schulte@gmx.com> wrote:

> Nick Dokos <nicholas.dokos@hp.com> writes:
> 
> > Eric Schulte <eric.schulte@gmx.com> wrote:
> >
> >> Hi,
> >> 
> >> I've been using the new html exporter (org-e-html) recently, and I'm
> >> surprised that it does not add tables of contents by default.  Is there
> >> a user variable which I can customize to change this default?  Currently
> >> the only way I see to add a table of contents is to add a TOC keyword to
> >> the buffer.
> >> 
> >
> > org-export-with-toc perhaps?
> >
> > Nick
> >
> 
> Nope,
> 
> With this variable set to t the e-html backend does *not* produce a
> table of contents.  To demonstrate, run the following from the command
> line with the attached Org-mode file (although any file will do) saved
> to /tmp/example.org.
> 
>     # -*- shell-script -*-
>     emacs --batch -l path/to/org-mode/lisp/org-element.el \
>                   -l path/to/org-mode/contrib/lisp/org-export.el \
>                   -l path/to/org-mode/contrib/lisp/org-e-html.el \
>                   /tmp/example.org \
>           --eval '(let ((org-export-with-toc t)) (org-export-to-file (quote e-html) "/tmp/example.html"))'

Try setting it to 4: org-e-html.el says (around line 1475)


--8<---------------cut here---------------start------------->8---
   ;; table of contents
   (let ((depth (plist-get info :with-toc)))
     (when (wholenump depth) (org-e-html-toc depth info)))
--8<---------------cut here---------------end--------------->8---

even though that contradicts the docstring for the variable.

Nick

  reply	other threads:[~2012-08-23 17:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-23  1:55 org-e-html and table of contents Eric Schulte
2012-08-23 15:56 ` Nick Dokos
2012-08-23 16:41   ` Eric Schulte
2012-08-23 17:52     ` Nick Dokos [this message]
2012-08-23 18:42       ` Eric Schulte
2012-08-23 19:29         ` Nick Dokos
2012-08-23 19:39           ` Nicolas Goaziou

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=3161.1345744363@alphaville \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=eric.schulte@gmx.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).