diff --git a/org/config-org-agendas.el b/org/config-org-agendas.el index 2269222..f6dce09 100644 --- a/org/config-org-agendas.el +++ b/org/config-org-agendas.el @@ -93,9 +93,11 @@ (setq org-super-agenda-groups '( - (:name "Therapy" + (:name "Health" :and (:habit t - :tag "therapy")) + :tag "therapy" + :tag "headmed" + :tag "health")) (:name "Houdini" :and (:habit t :tag "houdini")) @@ -109,9 +111,11 @@ :and (:habit t :tag "meds")) (:name "Misc" :habit t) - (:name "Therapy" + (:name "Health" :and (:todo ("WIP" "READY") - :tag "therapy")) + :tag "therapy" + :tag "headmed" + :tag "health")) (:name "Personal" :todo ("WIP" "READY")) (:name "Slip Box" :tag "slipbox") diff --git a/org/config-org-desktop.el b/org/config-org-desktop.el index a348bc4..d65e4a2 100644 --- a/org/config-org-desktop.el +++ b/org/config-org-desktop.el @@ -22,5 +22,7 @@ (split-window-below 15) (next-multiframe-window) (find-file "~/org/orgzly/_slipbox.org") + (next-multiframe-window) + (goto-char 0) ) )