Org journal switch to yearly file format

This commit is contained in:
Evie Litherland-Smith 2024-12-18 07:18:48 +00:00
parent b862d4f2b3
commit df2e01e58e

View file

@ -726,8 +726,8 @@
:custom :custom
(org-journal-dir (expand-file-name "journal" org-directory)) (org-journal-dir (expand-file-name "journal" org-directory))
(org-journal-file-header "#+category: Journal") (org-journal-file-header "#+category: Journal")
(org-journal-file-type 'monthly) (org-journal-file-type 'yearly)
(org-journal-file-format "%Y%m.org") (org-journal-file-format "%Y.org")
(org-journal-date-format "%A, %F")) (org-journal-date-format "%A, %F"))
(use-package org-clock (use-package org-clock