diff options
Diffstat (limited to 'cookbook/.dir-locals.el')
| -rw-r--r-- | cookbook/.dir-locals.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cookbook/.dir-locals.el b/cookbook/.dir-locals.el new file mode 100644 index 0000000..3f779b8 --- /dev/null +++ b/cookbook/.dir-locals.el @@ -0,0 +1,9 @@ +((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) + (ox-haunt-base-dir . "/home/jakob/Blog/haunt/") + (ox-haunt-images-dir . "/static/image/") + (ox-haunt-posts-dir . "/cookbook/")))) |