summaryrefslogtreecommitdiff
path: root/org/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to 'org/.dir-locals.el')
-rw-r--r--org/.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/org/.dir-locals.el b/org/.dir-locals.el
index 23bcdda..7373b54 100644
--- a/org/.dir-locals.el
+++ b/org/.dir-locals.el
@@ -1,7 +1,8 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
-((org-mode . ((time-stamp-start . "#\\+DATE:[ ]+\\\\?[\"<]+")
+((org-mode . ((ox-haunt-image-dir "/assets/image/")
+ (time-stamp-start . "#\\+DATE:[ ]+\\\\?[\"<]+")
(time-stamp-format . "%Y-%02m-%02d %3a %02H:%02M")
(eval . (progn (add-hook 'after-save-hook #'time-stamp)
(add-hook 'after-save-hook #'ox-haunt-export-to-html 0 t))))))