blob: 68a3a972f26b0e6b4055d7bbb5cd9c87d33f4744 (
plain)
1
2
3
4
5
6
7
8
9
10
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/"))))
|