Fix typo setting org-journal-dir
This commit is contained in:
parent
8db1678e03
commit
93d6536b16
2
init.el
2
init.el
|
@ -672,7 +672,7 @@
|
||||||
:defines (org-journal-dir)
|
:defines (org-journal-dir)
|
||||||
:bind ("C-c n d" . org-journal-new-entry)
|
:bind ("C-c n d" . org-journal-new-entry)
|
||||||
:custom
|
:custom
|
||||||
(org-journal-dir "agenda" org-directory)
|
(org-journal-dir (expand-file-name "agenda" org-directory))
|
||||||
(org-journal-file-header "#+category: Journal")
|
(org-journal-file-header "#+category: Journal")
|
||||||
(org-journal-file-type 'yearly)
|
(org-journal-file-type 'yearly)
|
||||||
(org-journal-file-format "journal-%Y.org")
|
(org-journal-file-format "journal-%Y.org")
|
||||||
|
|
Loading…
Reference in a new issue