adjust org agenda super group layout to group to do's with children better
This commit is contained in:
parent
ebf4730101
commit
4011491012
|
@ -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")))
|
||||
|
|
Reference in a new issue