adjust org agenda super group layout to group to do's with children better

This commit is contained in:
KemoNine 2023-04-13 11:41:09 -04:00
parent ebf4730101
commit 4011491012
1 changed files with 4 additions and 5 deletions

View File

@ -106,8 +106,6 @@
'(
(:name "Health"
:and (:habit t
:tag "therapy"
:tag "headmed"
:tag "health"))
(:name "Houdini"
:and (:habit t
@ -124,14 +122,14 @@
(:name "Misc" :habit t)
(:name "Health"
:and (:todo ("WIP" "READY")
:tag "therapy"
:tag "headmed"
:tag "health"))
(: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")))
(:name "Low Priority" :priority< "C")
))
(setq org-agenda-custom-commands
'(
@ -199,6 +197,7 @@
(:name "Habits" :habit 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")))