diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-04 18:39:35 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-04 18:39:35 -0400 |
| commit | bdedf1801c98c5769befa207f328d4c64c7a2dc1 (patch) | |
| tree | 0612363744814801c159bfcfdebc8015263088ca /posts | |
| parent | dc9c9fa805c6d122f305b7eb251e747478881968 (diff) | |
Disable exporting with subscripts
Diffstat (limited to 'posts')
| -rw-r--r-- | posts/.dir-locals.el | 2 |
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/")))) |