Use ISO 8601 for org-journal date format
This commit is contained in:
parent
d2d16a5ccd
commit
6d98735fea
|
@ -722,7 +722,8 @@
|
|||
(org-journal-dir (expand-file-name "journal" org-directory))
|
||||
(org-journal-file-header "#+category: Journal")
|
||||
(org-journal-file-type 'monthly)
|
||||
(org-journal-file-format "%Y%m.org"))
|
||||
(org-journal-file-format "%Y%m.org")
|
||||
(org-journal-date-format "%A, %F"))
|
||||
|
||||
(use-package org-clock
|
||||
:after org
|
||||
|
|
Loading…
Reference in a new issue