summaryrefslogtreecommitdiff
path: root/posts/.dir-locals.el
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-04 18:39:35 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-04 18:39:35 -0400
commitbdedf1801c98c5769befa207f328d4c64c7a2dc1 (patch)
tree0612363744814801c159bfcfdebc8015263088ca /posts/.dir-locals.el
parentdc9c9fa805c6d122f305b7eb251e747478881968 (diff)
Disable exporting with subscripts
Diffstat (limited to 'posts/.dir-locals.el')
-rw-r--r--posts/.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
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/"))))