add capture template for week in review captures
This commit is contained in:
parent
148bcb4a46
commit
31d060de46
|
@ -29,6 +29,14 @@
|
||||||
:jump-to-captured "t"
|
:jump-to-captured "t"
|
||||||
:unnarrowed "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"
|
("hma" "Appointment Entry"
|
||||||
entry (file+datetree "~/org/health/health_mike.org" "Appointment Notes")
|
entry (file+datetree "~/org/health/health_mike.org" "Appointment Notes")
|
||||||
"* %^{AptTime} %^{Text} %^{pcp:threapy:dratiyeh:ryan:telehealth}g\n%?"
|
"* %^{AptTime} %^{Text} %^{pcp:threapy:dratiyeh:ryan:telehealth}g\n%?"
|
||||||
|
@ -122,4 +130,4 @@
|
||||||
(file "~/org/template_trip.org")
|
(file "~/org/template_trip.org")
|
||||||
:empty-lines-before 1
|
:empty-lines-before 1
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
|
|
Reference in a new issue