Remove parenthesis from time-stamp-format
This commit is contained in:
parent
7a4f35a670
commit
add8c164ee
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
time-stamp-start "#\\+[dD][aA][tT][eE]: [\t]*"
|
||||
time-stamp-end "$"
|
||||
time-stamp-inserts t
|
||||
time-stamp-format "[%Y-%m-%dT%H:%M%:z]")
|
||||
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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue