summaryrefslogtreecommitdiff
path: root/org/.dir-locals.el
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-11-01 02:17:22 -0500
committerDuncan Wilkie <antigravityd@gmail.com>2023-11-01 02:17:22 -0500
commitd6a7fc60f628e4dc08c8e715474b52d6895885b7 (patch)
tree999492b18060b3eeba55ee6a4935b8d6f8800844 /org/.dir-locals.el
parent2f7b2da8e7633d677907094090d65d2dd2a42f43 (diff)
Added example screenshots to last post
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))))))