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:
Gergely Polonkai 2016-10-20 14:12:28 +02:00
parent 53445548a0
commit deac6da527
1 changed files with 2 additions and 1 deletions

View File

@ -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