Update capture templates
This commit is contained in:
parent
23300c573f
commit
a0b130b478
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue