Don't include a TOC in org mode exports by default
This commit is contained in:
parent
6b1b29c841
commit
43e7deb6c3
@ -161,6 +161,13 @@ needs to be set up to install them if they aren't already.
|
|||||||
|
|
||||||
** Exporting
|
** Exporting
|
||||||
|
|
||||||
|
I very rarely want a table of contents, as most of my org documents
|
||||||
|
are pretty short.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq org-export-with-toc nil)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
*** HTML
|
*** HTML
|
||||||
|
|
||||||
=htmlize= is needed for decent HTML exporting, and there is no need
|
=htmlize= is needed for decent HTML exporting, and there is no need
|
||||||
|
Loading…
x
Reference in New Issue
Block a user