add couples health zone
This commit is contained in:
parent
fb87cff20e
commit
5230d2666b
|
@ -77,6 +77,7 @@
|
|||
; Open main files used as 'gateway' to everything else
|
||||
(find-file "~/org/culinary/meal_plan.org")
|
||||
(find-file "~/org/health/health_houdini.org")
|
||||
(find-file "~/org/health/health_couples.org")
|
||||
(find-file "~/org/health/health_mike.org")
|
||||
(find-file "~/org/orgzly/_habits.org")
|
||||
(find-file "~/org/orgzly/_todo.org")
|
||||
|
@ -136,6 +137,7 @@
|
|||
; Open main files used as 'gateway' to everything else
|
||||
(find-file "~/org/culinary/meal_plan.org")
|
||||
(find-file "~/org/health/health_houdini.org")
|
||||
(find-file "~/org/health/health_couples.org")
|
||||
(find-file "~/org/health/health_mike.org")
|
||||
(find-file "~/org/orgzly/_habits.org")
|
||||
(find-file "~/org/orgzly/_todo.org")
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
(setq org-agenda-files (list
|
||||
"~/org/health/_health.org"
|
||||
"~/org/health/health_houdini.org"
|
||||
"~/org/health/health_couples.org"
|
||||
"~/org/health/health_mike.org"
|
||||
"~/org/_index.org"
|
||||
"~/org/orgzly/_todo.org"
|
||||
|
|
|
@ -58,6 +58,38 @@
|
|||
:prepend "t"
|
||||
)
|
||||
("h" "Health")
|
||||
("hc" "Couples")
|
||||
("hch" "Homework"
|
||||
entry (file+headline "~/org/health/health_couples.org" "Homework")
|
||||
"** TODO %^{Heading} :health:couples:homework:\n%?"
|
||||
:immediate-finish "f"
|
||||
:jump-to-captured "t"
|
||||
:unnarrowed "t"
|
||||
)
|
||||
("hcl" "Log Entry"
|
||||
entry (file+datetree "~/org/health/health_couples.org" "Log")
|
||||
"* %^{Timestamp}U %^{Text} :health:couples:log:%^g\n%?"
|
||||
:time-prompt "t"
|
||||
:immediate-finish "f"
|
||||
:jump-to-captured "t"
|
||||
:unnarrowed "f"
|
||||
)
|
||||
("hcd" "Appointment noteworthy developments / [time] in review"
|
||||
entry (file+headline "~/org/health/health_couples.org" "To Do")
|
||||
"** READY [#A] %^{Heading} :health:couples:appointment:%^g\nDEADLINE: %^t\n%?"
|
||||
:immediate-finish "f"
|
||||
:jump-to-captured "t"
|
||||
:unnarrowed "t"
|
||||
:prepend "t"
|
||||
)
|
||||
("hca" "Appointment Notes"
|
||||
entry (file+datetree "~/org/health/health_couples.org" "Log")
|
||||
"* %^{Timestamp}U %^{Text} :health:couples:appointment:%^g\n%?"
|
||||
:time-prompt "t"
|
||||
:immediate-finish "f"
|
||||
:jump-to-captured "t"
|
||||
:unnarrowed "t"
|
||||
)
|
||||
("hm" "Mike")
|
||||
("hmh" "Homework"
|
||||
entry (file+headline "~/org/health/health_mike.org" "Homework")
|
||||
|
|
Reference in a new issue