[emacs] Re-Sort super-agenda org-mode groups

This commit is contained in:
Sebastian Schulze 2018-08-29 22:12:40 +02:00
parent 43b096c71b
commit f04f883d0f
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 6 additions and 2 deletions

View File

@ -95,13 +95,17 @@
(setq org-pretty-entities t)
(setq org-agenda-custom-commands
'(("c" "Super Agenda" agenda
'(("c" "Mega Agenda" agenda
(org-super-agenda-mode)
((org-super-agenda-groups
'(
(:name "Next Items"
:time-grid t
:tag ("NEXT" "outbox"))
(:name "Immersive + Deep"
:tag ("@immersive" "@deep"))
(:name "Process + Shallow"
:time-grid t
:tag ("@process" "@shallow"))
(:name "Important"
:priority "A")
(:name "Quick Picks"