From f04f883d0fb50731aff968526599797765257ee8 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Wed, 29 Aug 2018 22:12:40 +0200 Subject: [PATCH] [emacs] Re-Sort super-agenda org-mode groups --- home/.spacemacs.d/public/org-config.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/home/.spacemacs.d/public/org-config.el b/home/.spacemacs.d/public/org-config.el index abb17c3..ab7d33d 100644 --- a/home/.spacemacs.d/public/org-config.el +++ b/home/.spacemacs.d/public/org-config.el @@ -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"