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)
|
:bind ("C-c n d" . org-journal-new-entry)
|
||||||
:custom
|
:custom
|
||||||
(org-journal-dir (expand-file-name "journal" org-directory))
|
(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
|
(use-package org-clock
|
||||||
:after org
|
:after org
|
||||||
|
|
Loading…
Reference in a new issue