From a1f3c698fd21c812ae747b9ff8e9988e8916deef Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 8 Aug 2024 15:34:37 -0400 Subject: [PATCH] adjust org-capture template --- org/config-org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index 67b1ea4..039ec54 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -91,7 +91,7 @@ ) ("hcd" "Appointment noteworthy developments / [time] in review" entry (file+headline "~/org/health/health_couples.org" "To Do") - "** READY [#A] %^{Heading} :health:couples:appointment:%^g\nDEADLINE: %^t\n:LOGBOOK:\n- Created: %U\n:END:%?" + (file "~/org/_org-capture-templates/template_couples_apt_developments.org") :immediate-finish "f" :jump-to-captured "t" :unnarrowed "t"