From b188b6d2dde6c45890d83d79acc80edfb2db6c48 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 28 Sep 2022 13:10:04 -0400 Subject: [PATCH] streamline some capture templates based on day to day needs/desires --- org/config-org-capture.el | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index a41827c..15f3926 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -55,7 +55,7 @@ ) ("hmd" "Appointment noteworthy developments / [time] in review" entry (file+headline "~/org/health/health_mike.org" "To Do") - "** READY [#A] %^{Heading} %^g\nDEADLINE: %^t\nSCHEDULED: %T\n%?" + "** READY [#A] %^{Heading} :appointment:%^g\nDEADLINE: %^t\n%?" :immediate-finish "f" :jump-to-captured "t" :unnarrowed "t" @@ -63,12 +63,20 @@ ) ("hma" "Appointment Notes" entry (file+datetree "~/org/health/health_mike.org" "Appointment Notes") - "* %^{AptTime} %^{Text} %^g\n%?" + "* %^{AptTime} %^{Text} :appointment:%^g\n%?" :time-prompt "t" :immediate-finish "f" :jump-to-captured "t" :unnarrowed "t" ) + ("hmw" "Weight" + entry (file+datetree "~/org/health/health_mike.org" "Log") + "* %^{Timestamp}U %^{Weight} lbs %?:weight:" + :time-prompt "t" + :immediate-finish "t" + :jump-to-captured "t" + :unnarrowed "t" + ) ("hmx" "Anxiety Entry" entry (file+datetree "~/org/health/health_mike.org" "Log") "* %^{Timestamp}U %^{Text} :panic:\n** Level (0-10/none-strong): %^{Level}\n** What brought on your feelings of anxiety or panic?\n%?\n** Anxiety and Panic Responses\n*** Physical Sensations\nlist the physical sensations you felt during your anxiety response\ne.g. dizziness, shortness of breath, blushing, sweating, muscle tension. Indicate three that frighten you the most.\n*** Thoughts and Images\nlist the thoughts you had when anticipating or experiencing your anxiety response\ne.g. 'im having a heart attack', 'im losign control', 'something terrible will happen'\n*** Behaviors and Actions\nlist the behaviors you exhibited or actions you took as a result of your anxiety response\n"