Unify org timestamp format
This excludes the day name from the timestamp, so it remains unified regardless of the system locale.
This commit is contained in:
parent
53445548a0
commit
deac6da527
3
init.el
3
init.el
@ -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…
Reference in New Issue
Block a user