diff options
Diffstat (limited to 'posts/.dir-locals.el')
| -rw-r--r-- | posts/.dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posts/.dir-locals.el b/posts/.dir-locals.el index c7de0d6..4a56f9d 100644 --- a/posts/.dir-locals.el +++ b/posts/.dir-locals.el @@ -1,5 +1,6 @@ ((org-mode . ((org-html-doctype . "xhtml5") (org-html-html5-fancy . t) + (org-html-with-latex . 'verbatim) (org-export-with-toc . nil) (org-export-with-section-numbers . nil) (org-export-with-sub-superscripts . nil) |