add capture template for week in review captures

This commit is contained in:
KemoNine 2022-04-22 11:00:10 -04:00
parent 148bcb4a46
commit 31d060de46
1 changed files with 9 additions and 1 deletions

View File

@ -29,6 +29,14 @@
:jump-to-captured "t"
:unnarrowed "t"
)
("hmw" "Week in review"
entry (file+headline "~/org/health/health_mike.org" "To Do")
"** WIP [#A] Week in review (ending %^{Ending}) \n%?"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
:prepend "t"
)
("hma" "Appointment Entry"
entry (file+datetree "~/org/health/health_mike.org" "Appointment Notes")
"* %^{AptTime} %^{Text} %^{pcp:threapy:dratiyeh:ryan:telehealth}g\n%?"
@ -122,4 +130,4 @@
(file "~/org/template_trip.org")
:empty-lines-before 1
)
))
))