Commit 694b7c06200f

Vincent Demeester <vincent@sbr.pm>
2020-07-06 10:49:51
tools/emacs: set org-journal-file-type to monthly
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0fc0533
Changed files (1)
tools
emacs
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))