Add Org capture template for generic Org item

This can be used when creating generic NOP headlines, among others.
This commit is contained in:
Daniel - 2024-01-27 17:34:19 +01:00
parent 1cc7abd4d7
commit b75e70241b
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 7 additions and 0 deletions

View File

@ -1120,6 +1120,13 @@
,(concat "* %^{Description} (%^{Ticket Number}) :GOAL:\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%?"))
("h" "Headline (generic Org item)"
entry
(file db/org-default-refile-file)
,(concat "* [#B] %^{What}\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"%a\n"
"%?"))
("n" "Note"
entry
(file db/org-default-refile-file)