From e892d0c6d1ea02bc56b880b0d7276914c56af969 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 8 Aug 2024 15:43:58 -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 039ec54..05a0d24 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -83,7 +83,7 @@ ) ("hcl" "Log Entry" entry (file+datetree "~/org/health/health_couples.org" "Log") - "* %^{Timestamp}U %^{Text} :health:couples:log:%^g\n:LOGBOOK:\n- Created: %U\n:END:%?" + (file "~/org/_org-capture-templates/template_couples_apt_log.org") :time-prompt "t" :immediate-finish "f" :jump-to-captured "t"