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")