diff --git a/bundle/bundle--org.el b/bundle/bundle--org.el index de16b44f..db272bb0 100644 --- a/bundle/bundle--org.el +++ b/bundle/bundle--org.el @@ -232,7 +232,7 @@ ;; Fields: Heading, unique ID, timestamp, and link to where the capture was made. (add-to-list 'org-capture-templates `("t" "Task" entry (file "agenda/tasks.org") - ,(format "* TODO %%? :TASK:\n:PROPERTIES:\n:ID: %s\n:END:\nEntered on %%U\n%%a" (org-id-new)))) + ,(format "* TODO %%? :TASK:\n:PROPERTIES:\n:ID: %s\n:Project: %%^{Project}\n:END:\nEntered on %%U\n" (org-id-new)))) ;; Journal Capture Template ;; Purpose: To capture end-of-day reflections.