streamline some capture templates based on day to day needs/desires
This commit is contained in:
parent
fe82828c2b
commit
b188b6d2dd
|
@ -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"
|
||||
|
|
Reference in a new issue