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

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