From 13c10fcd8cbb134c1dbb04a81f3c1df35ac9c9ff Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 10 Dec 2023 09:49:02 -0500 Subject: [PATCH] auto add health tag to appointment capture templates --- org/config-org-capture.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index 1408e8c..a9e3cdb 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -69,7 +69,7 @@ ) ("hmd" "Appointment noteworthy developments / [time] in review" entry (file+headline "~/org/health/health_mike.org" "To Do") - "** READY [#A] %^{Heading} :appointment:%^g\nDEADLINE: %^t\n%?" + "** READY [#A] %^{Heading} :health:appointment:%^g\nDEADLINE: %^t\n%?" :immediate-finish "f" :jump-to-captured "t" :unnarrowed "t" @@ -77,7 +77,7 @@ ) ("hma" "Appointment Notes" entry (file+datetree "~/org/health/health_mike.org" "Appointment Notes") - "* %^{AptTime} %^{Text} :appointment:%^g\n%?" + "* %^{AptTime} %^{Text} :health:appointment:%^g\n%?" :time-prompt "t" :immediate-finish "f" :jump-to-captured "t"