move auto parent agenda group up to it applies to wip and ready items as well
This commit is contained in:
parent
4011491012
commit
70afb989d7
|
@ -123,9 +123,9 @@
|
|||
(:name "Health"
|
||||
:and (:todo ("WIP" "READY")
|
||||
:tag "health"))
|
||||
(:order 100 :auto-parent "t")
|
||||
(: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")
|
||||
|
@ -195,9 +195,9 @@
|
|||
(setq org-super-agenda-groups
|
||||
'(
|
||||
(:name "Habits" :habit t)
|
||||
(:order 100 :auto-parent "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")))
|
||||
|
|
Reference in a new issue