blob: 211fd8bdc27e943b44588bcb9143a59438c003a3 (
plain)
1
2
3
4
5
6
7
8
|
((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/"))))
|