diff --git a/org/config-org-agendas.el b/org/config-org-agendas.el index 459d4e2..160c1fc 100644 --- a/org/config-org-agendas.el +++ b/org/config-org-agendas.el @@ -106,8 +106,6 @@ '( (:name "Health" :and (:habit t - :tag "therapy" - :tag "headmed" :tag "health")) (:name "Houdini" :and (:habit t @@ -124,14 +122,14 @@ (:name "Misc" :habit t) (:name "Health" :and (:todo ("WIP" "READY") - :tag "therapy" - :tag "headmed" :tag "health")) (:name "Personal" :todo ("WIP" "READY")) + (:order 100 :auto-parent "t") (:name "Slip Box" :tag "slipbox") (:name "To Do" :priority>= "C") - (:name "Low Priority" :priority< "C"))) + (:name "Low Priority" :priority< "C") +)) (setq org-agenda-custom-commands '( @@ -199,6 +197,7 @@ (:name "Habits" :habit t) (:name "Active" :todo ("WIP" "READY")) + (:order 100 :auto-parent "t") (:name "Slip Box" :tag "slipbox") (:name "To Do" :priority>= "C") (:name "Low Priority" :priority< "C")))