aboutsummaryrefslogtreecommitdiff
path: root/scripts/export-to-html.el
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/export-to-html.el')
-rw-r--r--scripts/export-to-html.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/export-to-html.el b/scripts/export-to-html.el
index 5e66e9d..735414c 100644
--- a/scripts/export-to-html.el
+++ b/scripts/export-to-html.el
@@ -15,7 +15,8 @@
(org-html-head-include-scripts nil)
(org-html-preamble nil)
(org-html-postamble nil)
- (org-html-use-infojs nil))
+ (org-html-use-infojs nil)
+ (org-export-with-toc nil))
(with-current-buffer output-buffer
(erase-buffer))