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"
|
(:name "Health"
|
||||||
:and (:todo ("WIP" "READY")
|
:and (:todo ("WIP" "READY")
|
||||||
:tag "health"))
|
:tag "health"))
|
||||||
|
(:order 100 :auto-parent "t")
|
||||||
(:name "Personal"
|
(:name "Personal"
|
||||||
:todo ("WIP" "READY"))
|
:todo ("WIP" "READY"))
|
||||||
(:order 100 :auto-parent "t")
|
|
||||||
(:name "Slip Box" :tag "slipbox")
|
(:name "Slip Box" :tag "slipbox")
|
||||||
(:name "To Do" :priority>= "C")
|
(:name "To Do" :priority>= "C")
|
||||||
(:name "Low Priority" :priority< "C")
|
(:name "Low Priority" :priority< "C")
|
||||||
|
@ -195,9 +195,9 @@
|
||||||
(setq org-super-agenda-groups
|
(setq org-super-agenda-groups
|
||||||
'(
|
'(
|
||||||
(:name "Habits" :habit t)
|
(:name "Habits" :habit t)
|
||||||
|
(:order 100 :auto-parent "t")
|
||||||
(:name "Active"
|
(:name "Active"
|
||||||
:todo ("WIP" "READY"))
|
:todo ("WIP" "READY"))
|
||||||
(:order 100 :auto-parent "t")
|
|
||||||
(:name "Slip Box" :tag "slipbox")
|
(:name "Slip Box" :tag "slipbox")
|
||||||
(: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