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