diff --git a/common/workspaces.el b/common/workspaces.el index a297b86..caced3a 100644 --- a/common/workspaces.el +++ b/common/workspaces.el @@ -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") diff --git a/org/config-org-agendas.el b/org/config-org-agendas.el index e0580bd..91f9db5 100644 --- a/org/config-org-agendas.el +++ b/org/config-org-agendas.el @@ -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" diff --git a/org/config-org-capture.el b/org/config-org-capture.el index 4df3615..3536897 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -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")