Make time-stamp-format iso-8601 compatible
This commit is contained in:
parent
38e6fcc955
commit
e7ea6efc08
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@
|
||||||
(setq time-stamp-active t
|
(setq time-stamp-active t
|
||||||
time-stamp-start "#\\+[dD][aA][tT][eE]: [\t]*"
|
time-stamp-start "#\\+[dD][aA][tT][eE]: [\t]*"
|
||||||
time-stamp-end "$"
|
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)
|
(add-hook 'before-save-hook 'time-stamp nil)
|
||||||
;; (when (eq system-type 'windows-nt)
|
;; (when (eq system-type 'windows-nt)
|
||||||
;; (setq org-babel-sqlite3-command "c:/msys64/ucrt64/bin/sqlite3.exe"))
|
;; (setq org-babel-sqlite3-command "c:/msys64/ucrt64/bin/sqlite3.exe"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue