From 93d6536b160117506d71589dfd0f580e575e7b70 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 11 Feb 2025 07:26:44 +0000 Subject: [PATCH] Fix typo setting org-journal-dir --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 72a27c9..9a13ee1 100644 --- a/init.el +++ b/init.el @@ -672,7 +672,7 @@ :defines (org-journal-dir) :bind ("C-c n d" . org-journal-new-entry) :custom - (org-journal-dir "agenda" org-directory) + (org-journal-dir (expand-file-name "agenda" org-directory)) (org-journal-file-header "#+category: Journal") (org-journal-file-type 'yearly) (org-journal-file-format "journal-%Y.org")