From c00c8397691cd483200ca62e651d4a4b3523151b Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 11 Nov 2021 15:28:38 -0500 Subject: [PATCH] Fixed org capture template --- emacs/+org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/+org.el b/emacs/+org.el index 69be4f7..0cf1d8d 100644 --- a/emacs/+org.el +++ b/emacs/+org.el @@ -104,7 +104,7 @@ If it is an absolute path return `+org-capture-work-todo-file' verbatim." (add-to-list 'org-capture-templates '("w" "Work Todo" entry (file+headline +org-capture-work-todo-file "Inbox") - "* [_] %?\n%i\n%a" :prepend t)) + "* [_] %?%i\n%a" :prepend t)) (setq org-roam-directory "~/org/roam")