Unify org timestamp format

This excludes the day name from the timestamp, so it remains unified
regardless of the system locale.
gerrit-package
Gergely Polonkai 7 years ago
parent 53445548a0
commit deac6da527

@ -383,7 +383,8 @@
(add-to-list 'org-capture-templates
'("p" "Blog post"
entry (file+datetree (concat org-directory "blog.org"))
"* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %i%?")))
"* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %i%?"))
(setq org-time-stamp-formats '("<%Y-%m-%d>" . "<%Y-%m-%d %H:%M>")))
(use-package org-bullets
:init

Loading…
Cancel
Save