aboutsummaryrefslogtreecommitdiff
path: root/scripts/export-to-html.el
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-03-18 00:14:45 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-03-18 00:15:24 +0900
commit73ccaa0dc1d343d9a84b4f940479a0e128a8a7b5 (patch)
tree6bacf4e761947b79ecbb6697ec0727f67abeec1b /scripts/export-to-html.el
parenta99ad1e68c06c33e8ec87642b2b1a21ce61ebdd2 (diff)
Remove tocs from exported files.
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))