From a674847707886efc45e958cb0ef34bf2f32ff11b Mon Sep 17 00:00:00 2001 From: Hiroaki ENDOH Date: Mon, 23 Feb 2026 14:29:40 +0900 Subject: [PATCH] Update org-capture templates to use NeoOrg inbox file - Changed the file path for journal entries in org-capture templates to utilize the new `neo-org-inbox-file` variable. - Ensured consistency in capturing journal entries and music exploration tasks by using the updated file structure. --- resources/emacs/.emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/emacs/.emacs.d/init.el b/resources/emacs/.emacs.d/init.el index 6eec5f3..8557218 100644 --- a/resources/emacs/.emacs.d/init.el +++ b/resources/emacs/.emacs.d/init.el @@ -583,10 +583,10 @@ (file+olp org-default-notes-file "Projects" "Daily Scrum") "* TODO %u Daily Scrum\nSCHEDULED: %t\n\n%?") ("j" "Journal" entry - (file+datetree org-default-notes-file "Journal") + (file+olp+datetree ,neo-org-inbox-file "Journal") "** %U %?\n%i\n") ("m" "Explore music" entry - (file+datetree org-default-notes-file "Journal") + (file+olp+datetree ,neo-org-inbox-file "Journal") "* %U 新しいアーティストと出会う - %^{Artist} %(org-set-tags-command)\n%?"))))) (leaf org-agenda