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

((org-mode . ((ox-haunt-images-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))))))