commit db514561505d4786b937a343119cd6d6b97117fa
parent d92cd15928c330b08bcbde3c6f7ef8b59641093b
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 1 Aug 2023 15:12:41 +0200
tools/emacs: fix org-journal file header
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/emacs/config/config-org.el b/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)