aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbard <[email protected]>2023-10-05 16:23:38 -0400
committerbard <[email protected]>2023-10-05 16:23:38 -0400
commite828eff4a3b3feaab1a712fb17ddabee12189214 (patch)
treefa597c1c27c6defd072282a72bf427147a00287b
parent655b3699987412bc3c93de4ed16f3185d354833d (diff)
new coding capture template
-rw-r--r--org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.el b/org.el
index 6148eb0..543dbb3 100644
--- a/org.el
+++ b/org.el
@@ -53,6 +53,8 @@
(setq org-capture-templates
'(("h" "Homework" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Homework")
"* TODO %?")
+ ("e" "Extra/Coding" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Extra/Coding")
+ "* TODO %?")
("r" "Reading List" entry (file+olp "~/Notes/Org-Roam/todo.org" "Inbox" "Watch/Read List")
"* %?")
("j" "Journal" entry (file+datetree "~/Notes/Org-Roam/journal.org")