summaryrefslogtreecommitdiff
path: root/pages/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to 'pages/.dir-locals.el')
-rw-r--r--pages/.dir-locals.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/pages/.dir-locals.el b/pages/.dir-locals.el
new file mode 100644
index 0000000..211fd8b
--- /dev/null
+++ b/pages/.dir-locals.el
@@ -0,0 +1,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/"))))