From 07b4cf30b1b9829c52c45cf1b875ffb3cdb9a14f Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 15 Sep 2022 17:37:14 -0400 Subject: [PATCH] tune capture templates to start to leverage deadlines for better prompts on some stuff --- org/config-org-capture.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index 5900b1c..8d3374c 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -53,17 +53,17 @@ :jump-to-captured "t" :unnarrowed "f" ) - ("hmw" "Week in review" + ("hmd" "Appointment noteworthy developments / [time] in review" entry (file+headline "~/org/health/health_mike.org" "To Do") - "** WIP [#A] Week in review (ending %^{Ending}) \n%?" + "** WIP [#A] %^{Heading} %^g\nDEADLINE: %^t\n%?" :immediate-finish "f" :jump-to-captured "t" :unnarrowed "t" :prepend "t" ) - ("hma" "Appointment Entry" + ("hma" "Appointment Notes" entry (file+datetree "~/org/health/health_mike.org" "Appointment Notes") - "* %^{AptTime} %^{Text} %^{pcp:threapy:dratiyeh:ryan:telehealth}g\n%?" + "* %^{AptTime} %^{Text} %^g\n%?" :time-prompt "t" :immediate-finish "f" :jump-to-captured "t"