org-journal: switch to yearly files, enable gpg encryption
This commit is contained in:
parent
3d7ed3e775
commit
da57caeae5
8
init.el
8
init.el
|
@ -753,9 +753,11 @@ it will be tried first."
|
||||||
:after org
|
:after org
|
||||||
:custom
|
:custom
|
||||||
(org-journal-dir (expand-file-name "journal" org-directory))
|
(org-journal-dir (expand-file-name "journal" org-directory))
|
||||||
(org-journal-enable-cache t)
|
(org-journal-enable-cache nil)
|
||||||
(org-journal-file-type 'monthly)
|
(org-journal-encrypt-journal t)
|
||||||
(org-journal-file-format "%Y-%m.org"))
|
(org-journal-file-type 'yearly)
|
||||||
|
(org-journal-file-format "%Y.org")
|
||||||
|
(org-journal-find-file 'find-file))
|
||||||
|
|
||||||
(use-package org-noter
|
(use-package org-noter
|
||||||
:after (org doc-view citar)
|
:after (org doc-view citar)
|
||||||
|
|
Loading…
Reference in a new issue