summaryrefslogtreecommitdiff
path: root/cookbook/.dir-locals.el
blob: 3f779b8b96a59a4f6036b94069a3ad649bfb7d2a (plain)
1
2
3
4
5
6
7
8
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/"))))