aboutsummaryrefslogtreecommitdiff
path: root/org.el
diff options
context:
space:
mode:
Diffstat (limited to 'org.el')
-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")