From 786dec3e504e6982945d5daf2675317f080f8c06 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 25 Jan 2020 17:07:31 -0500 Subject: [PATCH] Remove Inbox heading on org journal capture template --- modules/lang/org/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index abed7ff6992..8db070b9b8e 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -271,7 +271,7 @@ I like: (file+headline +org-capture-notes-file "Inbox") "* %u %?\n%i\n%a" :prepend t) ("j" "Journal" entry - (file+olp+datetree +org-capture-journal-file "Inbox") + (file+olp+datetree +org-capture-journal-file) "* %U %?\n%i\n%a" :prepend t) ;; Will use {project-root}/{todo,notes,changelog}.org, unless a