From d13087164ec327633da0a1a43dead7a9bce52da4 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 1 Oct 2024 17:49:43 -0400 Subject: [PATCH] adjust/fix capture templates --- org/config-org-capture.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index aab2049..5bec218 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -34,8 +34,7 @@ :jump-to-captured "t" ) ("h" "Health") - ("hc" "Couples") - ("hcd" "Appointment noteworthy developments / [time] in review" + ("hc" "Couples Appointment noteworthy developments / [time] in review" entry (file "~/org/_slipbox.org") (file "~/org/_org-capture-templates/template_couples_apt_developments.org") :immediate-finish "f" @@ -43,10 +42,9 @@ :unnarrowed "t" :prepend "t" ) - ("hm" "Mike") - ("hmd" "Appointment noteworthy developments / [time] in review" + ("hm" "Mike Appointment noteworthy developments / [time] in review" entry (file "~/org/_slipbox.org") - (file "~/org/_org-capture-templates/template_therapy_apt_developments.org.org") + (file "~/org/_org-capture-templates/template_apt_developments.org") :immediate-finish "f" :jump-to-captured "t" :unnarrowed "t"