(setq org-capture-templates
'(("i" "Inbox" entry
(file "inbox.org")
- "* %^{Brief Description}\nAdded: %U\n%?"
+ "* %^{Description}\nAdded: %U\n%?"
:empty-lines-after 1)
("n" "Next Item" entry
(file "next.org")
- "* TODO %^{Brief Description} %^{tags}G\nAdded: %U\n%?"
+ "* TODO %^{Description} %^{tags}G\nAdded: %U\n%?"
:empty-lines-after 1)
("u" "Undertake" entry
(file "undertakings.org")
- "* UNDERTAKEN %^{Brief Description}\nAdded: %U\n%?"
+ "* UNDERTAKEN %^{Description}\nAdded: %U\n%?"
:empty-lines-after 1)
("m" "Meeting" entry
(file "agenda.org")
- "* %^{Brief Description}\n%^{Scheduled:}T\n%?"
+ "* %^{Description}\n%^{Scheduled:}T\n%?"
:empty-lines-after 1)))
(setq org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id