commit f476c5730dad1a2ce529b4252cb1a62ea2d663c8
parent 868817f90029a438ea385e3984cf72ce7c9163ce
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sun, 29 Mar 2020 18:54:19 +0200
publish.el: disable auto table-of-content 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/publish.el b/publish.el
@@ -26,7 +26,7 @@
:sitemap-sort-files anti-chronologically
;;:sitemap-function sbr/org-publish-sitemap
:with-footnotes t
- :with-toc t
+ :with-toc nil
:with-drawers t
:html-head-include-scripts nil
:html-head-include-default-style nil