From a938f8ea3ce21faf7a2672eeaa8ffa6411726c74 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 13 Dec 2024 08:54:11 +0000 Subject: [PATCH] Customise org-journal further Add category, change default file format --- system/home/emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index a0b0259d..59dcedd0 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -724,7 +724,9 @@ :bind ("C-c n d" . org-journal-new-entry) :custom (org-journal-dir (expand-file-name "journal" org-directory)) - (org-journal-file-type 'monthly)) + (org-journal-file-header "#+category: Journal") + (org-journal-file-type 'monthly) + (org-journal-file-format "%Y%m.org")) (use-package org-clock :after org