feat: rearrange org-super-agenda groups
This commit is contained in:
parent
af4abaa9dd
commit
5395c5b7d2
1 changed files with 4 additions and 5 deletions
|
|
@ -3791,10 +3791,7 @@ By customizing ~org-super-agenda-groups~ via a let-binding in my custom agenda v
|
|||
:order 1)
|
||||
(:name "Goals"
|
||||
:tag "goal"
|
||||
:order 9)
|
||||
(:name "Notes to Intake"
|
||||
:tag "notes"
|
||||
:order 10)
|
||||
:order 8)
|
||||
(:name "Assignments"
|
||||
:tag "assign"
|
||||
:order 2)
|
||||
|
|
@ -3805,7 +3802,9 @@ By customizing ~org-super-agenda-groups~ via a let-binding in my custom agenda v
|
|||
(:auto-map (lambda (item)
|
||||
(~/org-agenda-section-by-link
|
||||
"Area: " "area" item))
|
||||
:order 4))
|
||||
:order 4)
|
||||
(:name "Other Todos"
|
||||
:order 10))
|
||||
org-agenda-custom-commands
|
||||
'(("o" "Overview"
|
||||
((agenda "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue