diff --git a/lisp/org-config/my-org-capture-templates.el b/lisp/org-config/my-org-capture-templates.el index cf150cf..fc63532 100644 --- a/lisp/org-config/my-org-capture-templates.el +++ b/lisp/org-config/my-org-capture-templates.el @@ -177,7 +177,9 @@ :template "* TASK %?") ("Working on this task now" :file ,(my/agenda-file "dev.org") :keys "n" :clock-in t :clock-keep t - :template "* TASK %?\nSCHEDULED: %T"))) + :template "* TASK %?\nSCHEDULED: %T") + ("Do it today" :file ,(my/agenda-file "dev.org") + :keys "T" :template "* TASK %?\nSCHEDULED: %T"))) ("Reviews" :keys "r" :icon ,(all-the-icons-faicon "share" :face 'all-the-icons-lblue) :children