From 43e7deb6c3835fbd71dc88c92165a4ab48ed440a Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:30 +0000 Subject: [PATCH] Don't include a TOC in org mode exports by default --- config.org | 7 +++++++ 1 file changed, 7 insertions(+) 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