diff options
Diffstat (limited to 'org/pages/.dir-locals.el')
| -rw-r--r-- | org/pages/.dir-locals.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/org/pages/.dir-locals.el b/org/pages/.dir-locals.el new file mode 100644 index 0000000..68a3a97 --- /dev/null +++ b/org/pages/.dir-locals.el @@ -0,0 +1,11 @@ +((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) + (org-html-toplevel-hlevel . 1) + (org-export-headline-levels . 4) + (ox-haunt-base-dir . "/home/jakob/Blog/haunt/") + (ox-haunt-images-dir . "/static/image/") + (ox-haunt-posts-dir . "/pages/")))) |