Customise org-journal further
Add category, change default file format
This commit is contained in:
parent
43ae6f5cb0
commit
a938f8ea3c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue