Change priorities of super agenda groups

This commit is contained in:
Kiana Sheibani 2024-03-19 03:25:00 -04:00
parent e06383aaf2
commit 033906fb51
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -3056,6 +3056,9 @@ The ~org-agenda~ dispatcher is occasionally useful, but most of the time when I
(:name "Important"
:priority "A"
:order 1)
(:name "Notes to Intake"
:tag "notes"
:order 10)
(:name "Assignments"
:tag "assign"
:order 2)
@ -3066,10 +3069,8 @@ The ~org-agenda~ dispatcher is occasionally useful, but most of the time when I
(:auto-map (lambda (item)
(~/org-agenda-section-by-link
"Area: " "area" item))
:order 4)
(:name "Notes to Intake"
:tag "notes"
:order 10))))))))))
:order 4))))))))))
(defun ~/org-agenda (&optional arg)
"Wrapper around preferred agenda view."