diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-18 00:14:45 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-18 00:15:24 +0900 |
commit | 73ccaa0dc1d343d9a84b4f940479a0e128a8a7b5 (patch) | |
tree | 6bacf4e761947b79ecbb6697ec0727f67abeec1b /scripts/export-to-html.el | |
parent | a99ad1e68c06c33e8ec87642b2b1a21ce61ebdd2 (diff) |
Remove tocs from exported files.
Diffstat (limited to 'scripts/export-to-html.el')
-rw-r--r-- | scripts/export-to-html.el | 3 |
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)) |