summaryrefslogtreecommitdiff
path: root/org/.dir-locals.el
blob: 7373b54d0e3aab5d268110a2c03a52ceecc1e3d0 (plain)
1
2
3
4
5
6
7
8
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((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))))))