tweak org-super-agenda groups to be more useful for me
This commit is contained in:
parent
ee6db75c37
commit
95b0f8ad00
|
@ -129,7 +129,13 @@
|
|||
:and (:todo ("WIP" "READY")
|
||||
:tag "health"))
|
||||
(:order 100 :auto-parent "t")
|
||||
(:name "Slipbox"
|
||||
:and (:todo ("WIP" "READY")
|
||||
:tag "slipbox"))
|
||||
(:name "Personal"
|
||||
:and (:todo ("WIP" "READY")
|
||||
:tag "personal"))
|
||||
(:name "To Do"
|
||||
:todo ("WIP" "READY"))
|
||||
(:name "Slip Box" :tag "slipbox")
|
||||
(:name "To Do" :priority>= "C")
|
||||
|
|
Reference in a new issue