Customise org-journal further

Add category, change default file format
This commit is contained in:
Evie Litherland-Smith 2024-12-13 08:54:11 +00:00
parent 43ae6f5cb0
commit a938f8ea3c

View file

@ -724,7 +724,9 @@
:bind ("C-c n d" . org-journal-new-entry)
:custom
(org-journal-dir (expand-file-name "journal" org-directory))
(org-journal-file-type 'monthly))
(org-journal-file-header "#+category: Journal")
(org-journal-file-type 'monthly)
(org-journal-file-format "%Y%m.org"))
(use-package org-clock
:after org