diff --git a/config.org b/config.org index 987524b..02aac5f 100644 --- a/config.org +++ b/config.org @@ -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