Make time-stamp-format iso-8601 compatible

This commit is contained in:
Marcus Kammer 2023-11-06 14:03:49 +01:00
parent 38e6fcc955
commit e7ea6efc08

View file

@ -124,7 +124,8 @@
(setq time-stamp-active t
time-stamp-start "#\\+[dD][aA][tT][eE]: [\t]*"
time-stamp-end "$"
time-stamp-format "[%Y-%02m-%02d %3a %02H:%02M]")
time-stamp-inserts t
time-stamp-format "[%Y-%m-%dT%H:%M%:z]")
(add-hook 'before-save-hook 'time-stamp nil)
;; (when (eq system-type 'windows-nt)
;; (setq org-babel-sqlite3-command "c:/msys64/ucrt64/bin/sqlite3.exe"))