Commit db514561505d

Vincent Demeester <vincent@sbr.pm>
2023-08-01 15:12:41
tools/emacs: fix org-journal file header
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d92cd15
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -473,7 +473,7 @@ This can be used for an org-capture template to create an entry in the journal."
                  :empty-lines 1 :clock-in t :clock-resume t))
   :custom
   (org-journal-date-prefix "* ")
-  (org-journal-file-header "#+TITLE: %Y-v%m Journal\n\n")
+  (org-journal-file-header "#+TITLE: %Y-%m Journal\n\n")
   (org-journal-file-format "%Y-%m.private.org")
   (org-journal-file-type 'monthly)
   (org-journal-dir org-private-notes-dir)