From 3a0744e976cb0e99591409f774dd34eaa5748962 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 2 Sep 2024 10:11:20 -0400 Subject: Add new org-capture templates --- .config/emacs/modules/bd--org.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/emacs/modules/bd--org.el b/.config/emacs/modules/bd--org.el index c131cec..12699eb 100644 --- a/.config/emacs/modules/bd--org.el +++ b/.config/emacs/modules/bd--org.el @@ -62,7 +62,14 @@ each org file open." ("agenda_tasks.org" :maxlevel . 1)) org-capture-templates - `(("s" " Self") + `(("c" " College") + ("cs" "Software Engineering Theory" entry (file+olp ,agenda-file "CS520") + "* TODO %?\n DEADLINE: %^t") + ("cm" "Combinatorics/Graph Theory" entry (file+olp ,agenda-file "CS575") + "* TODO %?\n DEADLINE: %^t") + ("cc" "Compiler Techniques" entry (file+olp ,agenda-file "CS610") + "* TODO %?\n DEADLINE: %^t") + ("s" " Self") ("si" "Idea" entry (file+olp ,agenda-file "Idea / Return") "* TODO %?\n %u") ("sc" "Context" entry (file+olp ,agenda-file "Idea / Return") -- cgit v1.2.3