From f81e51bf3594a69752bc0af4881eee978714b700 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 8 Aug 2024 15:50:07 -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 05a0d24..a74c0f4 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -99,7 +99,7 @@ ) ("hca" "Appointment Notes" entry (file+datetree "~/org/health/health_couples.org" "Log") - "* %^{Timestamp}U %^{Text} :health:couples:appointment:%^g\n:LOGBOOK:\n- Created: %U\n:END:%?" + (file "~/org/_org-capture-templates/template_couples_apt_notes.org") :time-prompt "t" :immediate-finish "f" :jump-to-captured "t"