Don't include a TOC in org mode exports by default

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:30 +00:00
parent 6b1b29c841
commit 43e7deb6c3

View File

@ -161,6 +161,13 @@ needs to be set up to install them if they aren't already.
** 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
=htmlize= is needed for decent HTML exporting, and there is no need