Use ISO 8601 for org-journal date format

This commit is contained in:
Evie Litherland-Smith 2024-12-13 09:58:44 +00:00
parent d2d16a5ccd
commit 6d98735fea

View file

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