From 6d98735fea15f051884c7092e59517f16f008892 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 13 Dec 2024 09:58:44 +0000 Subject: [PATCH] Use ISO 8601 for org-journal date format --- system/home/emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index 73f679b2..632e8c9a 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -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