Update capture templates

This commit is contained in:
Marcus Kammer 2023-10-09 14:55:22 +02:00
parent 23300c573f
commit a0b130b478

View file

@ -232,7 +232,7 @@
;; Fields: Heading, unique ID, timestamp, and link to where the capture was made. ;; Fields: Heading, unique ID, timestamp, and link to where the capture was made.
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
`("t" "Task" entry (file "agenda/tasks.org") `("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 ;; Journal Capture Template
;; Purpose: To capture end-of-day reflections. ;; Purpose: To capture end-of-day reflections.