move auto parent agenda group up to it applies to wip and ready items as well

This commit is contained in:
KemoNine 2023-04-13 12:14:20 -04:00
parent 4011491012
commit 70afb989d7
1 changed files with 2 additions and 2 deletions

View File

@ -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")))