Hmm, that works! But I am just wondering why there is such an inconsistency: there are 2 options for TOC, but for different usage?
Oliver Večerník <[email protected]> writes: >> So is there any way to change the location of the table of contents >> parts? > > What I did recently was disabling toc in the header and putting it in > the document later (info "(org) Table of contents"): > > #+OPTIONS: toc:nil > > #+BEGIN_HTML > --- > layout: org > id: elispintro > title: An Introduction To Emacs Lisp > --- > #+END_HTML > #+TOC: headlines 1 > > * h1 > * h2 -- Regards, Hongxu Chen
