From fb87cff20e04a09dfa7e6db286d1542cb5e23348 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 7 Mar 2024 13:09:16 -0500 Subject: [PATCH] add health homework capture template --- org/config-org-capture.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index 6bba8e9..4df3615 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -59,6 +59,13 @@ ) ("h" "Health") ("hm" "Mike") + ("hmh" "Homework" + entry (file+headline "~/org/health/health_mike.org" "Homework") + "** TODO %^{Heading} :health::homework:\n%?" + :immediate-finish "f" + :jump-to-captured "t" + :unnarrowed "t" + ) ("hml" "Log Entry" entry (file+datetree "~/org/health/health_mike.org" "Log") "* %^{Timestamp}U %^{Text} :health:log:%^g\n%?"