diff options
| author | bard <[email protected]> | 2023-10-05 16:23:38 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2023-10-05 16:23:38 -0400 |
| commit | e828eff4a3b3feaab1a712fb17ddabee12189214 (patch) | |
| tree | fa597c1c27c6defd072282a72bf427147a00287b | |
| parent | 655b3699987412bc3c93de4ed16f3185d354833d (diff) | |
new coding capture template
| -rw-r--r-- | org.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |
