Add an org-capture template

This commit is contained in:
Case Duckworth 2022-01-31 00:54:05 -06:00
parent 843a784d56
commit 8f3631016d
1 changed files with 8 additions and 0 deletions

View File

@ -564,6 +564,14 @@
":CREATED: [%<%F %T>]\n"
":END:\n"
"\n%?")))
(+org-capture-templates-setf "tm"
`("Media" entry (file "todo.org")
,(concat "* TODO %^{TITLE}\n"
":PROPERTIES:\n"
":TITLE: %\\1\n"
":AUTHOR: %^{AUTHOR}\n"
":END:\n"
"\n%?")))
(+org-capture-templates-setf "l"
`("Link" entry (file "links.org")
"* %(+org-insert-link-dwim) %^g\n\n"))