tweak org super agenda to be better grouped for need and use cases
This commit is contained in:
parent
a9ec520b7c
commit
0f6ed2572b
|
@ -118,13 +118,9 @@
|
||||||
(:name "House"
|
(:name "House"
|
||||||
:and (:habit t
|
:and (:habit t
|
||||||
:tag "house"))
|
:tag "house"))
|
||||||
(:name "Personal"
|
|
||||||
:and (:habit t
|
|
||||||
:tag "personal"))
|
|
||||||
(:name "Meds"
|
(:name "Meds"
|
||||||
:and (:habit t
|
:and (:habit t
|
||||||
:tag "meds"))
|
:tag "meds"))
|
||||||
(:name "Misc" :habit t)
|
|
||||||
(:name "Health"
|
(:name "Health"
|
||||||
:and (:todo ("WIP" "READY")
|
:and (:todo ("WIP" "READY")
|
||||||
:tag "health"))
|
:tag "health"))
|
||||||
|
@ -138,6 +134,7 @@
|
||||||
(:name "To Do"
|
(:name "To Do"
|
||||||
:todo ("WIP" "READY"))
|
:todo ("WIP" "READY"))
|
||||||
(:name "Slip Box" :tag "slipbox")
|
(:name "Slip Box" :tag "slipbox")
|
||||||
|
(:name "Personal" :tag "personal")
|
||||||
(:name "To Do" :priority>= "C")
|
(:name "To Do" :priority>= "C")
|
||||||
(:name "Low Priority" :priority< "C")
|
(:name "Low Priority" :priority< "C")
|
||||||
))
|
))
|
||||||
|
|
Reference in a new issue