From e289e82425d8b0acd62b2452c24e456bd3fa70e1 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Mon, 27 Feb 2023 12:14:38 -0600 Subject: [PATCH] Do it today, move to prod.org --- lisp/org-config/my-org-capture-templates.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-config/my-org-capture-templates.el b/lisp/org-config/my-org-capture-templates.el index 7de82e1..df32cfa 100644 --- a/lisp/org-config/my-org-capture-templates.el +++ b/lisp/org-config/my-org-capture-templates.el @@ -179,7 +179,7 @@ ("Working on this task now" :file ,(my/agenda-file "dev.org") :keys "n" :clock-in t :clock-keep t :template "* TASK %?\nSCHEDULED: %T") - ("Do it today" :file ,(my/agenda-file "dev.org") + ("Do it today" :file ,(my/agenda-file "prod.org") :olp ("Short") :keys "T" :template "* TASK %?\nSCHEDULED: %T"))) ("Reviews" :keys "r" :icon ,(all-the-icons-faicon "share" :face 'all-the-icons-lblue)