commit 694b7c06200fbdc067e6d72823c5127c513f5242
parent 0fc0533d38c6f1d964d6a5869a833c5a20654c58
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 6 Jul 2020 10:49:51 +0200
tools/emacs: set org-journal-file-type to monthly
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el
@@ -654,6 +654,7 @@ With prefix argument, also display headlines without a TODO keyword."
(org-journal-date-prefix "* ")
(org-journal-file-header "#+TITLE: %Y-v%m Journal\n\n")
(org-journal-file-format "%Y-%m.private.org")
+ (org-journal-file-type 'monthly)
(org-journal-dir org-notes-dir)
(org-journal-date-format "%A, %d %B %Y")
(org-journal-enable-agenda-integration nil))