From bdedf1801c98c5769befa207f328d4c64c7a2dc1 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 4 May 2019 18:39:35 -0400 Subject: Disable exporting with subscripts --- posts/.dir-locals.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'posts') diff --git a/posts/.dir-locals.el b/posts/.dir-locals.el index 5cc37b2..c7de0d6 100644 --- a/posts/.dir-locals.el +++ b/posts/.dir-locals.el @@ -1,4 +1,6 @@ ((org-mode . ((org-html-doctype . "xhtml5") (org-html-html5-fancy . t) (org-export-with-toc . nil) + (org-export-with-section-numbers . nil) + (org-export-with-sub-superscripts . nil) (ox-haunt-base-dir . "/home/jakob/Blog-New/haunt/")))) -- cgit v1.3