commit c05397d8ef9e038ec135ebd6aec49658b1384645 parent 1f82f5dc6428e0d6c217e9d3cbd4201d3de860e5 Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 24 Jun 2020 16:34:09 +0200 tools/emacs: update org-journal configuration Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tools/emacs/config/config-org.el | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -641,8 +641,9 @@ With prefix argument, also display headlines without a TODO keyword." (("C-c n j" . org-journal-new-entry) ("C-c o j" . org-journal-new-entry)) :custom - (org-journal-date-prefix "#+TITLE: ") - (org-journal-file-format "%Y-%m-%d.private.org") + (org-journal-date-prefix "* ") + (org-journal-file-header "#+TITLE: %Y-%m Journal\n\n") + (org-journal-file-format "%Y-%m.private.org") (org-journal-dir org-notes-dir) (org-journal-date-format "%A, %d %B %Y") (org-journal-enable-agenda-integration t))