tweak org super agenda to be better grouped for need and use cases

This commit is contained in:
KemoNine 2023-08-11 11:50:11 -04:00
parent a9ec520b7c
commit 0f6ed2572b
1 changed files with 1 additions and 4 deletions

View File

@ -118,13 +118,9 @@
(:name "House"
:and (:habit t
:tag "house"))
(:name "Personal"
:and (:habit t
:tag "personal"))
(:name "Meds"
:and (:habit t
:tag "meds"))
(:name "Misc" :habit t)
(:name "Health"
:and (:todo ("WIP" "READY")
:tag "health"))
@ -138,6 +134,7 @@
(:name "To Do"
:todo ("WIP" "READY"))
(:name "Slip Box" :tag "slipbox")
(:name "Personal" :tag "personal")
(:name "To Do" :priority>= "C")
(:name "Low Priority" :priority< "C")
))