From 31d060de46be08003d0312100cf168534e958de2 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 22 Apr 2022 11:00:10 -0400 Subject: [PATCH] add capture template for week in review captures --- org/config-org-capture.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index 2aa9e9d..1e3afa1 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -29,6 +29,14 @@ :jump-to-captured "t" :unnarrowed "t" ) + ("hmw" "Week in review" + entry (file+headline "~/org/health/health_mike.org" "To Do") + "** WIP [#A] Week in review (ending %^{Ending}) \n%?" + :immediate-finish "f" + :jump-to-captured "t" + :unnarrowed "t" + :prepend "t" + ) ("hma" "Appointment Entry" entry (file+datetree "~/org/health/health_mike.org" "Appointment Notes") "* %^{AptTime} %^{Text} %^{pcp:threapy:dratiyeh:ryan:telehealth}g\n%?" @@ -122,4 +130,4 @@ (file "~/org/template_trip.org") :empty-lines-before 1 ) -)) \ No newline at end of file +))