Org journal switch to yearly file format
This commit is contained in:
parent
b862d4f2b3
commit
df2e01e58e
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue