From 8f3631016d6a359c3657609b0859b1dbb4b02eef Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 31 Jan 2022 00:54:05 -0600 Subject: Add an org-capture template --- init.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.el b/init.el index 40678a1..3415d52 100644 --- a/init.el +++ b/init.el @@ -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")) -- cgit 1.4.1-21-gabe81