summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs-init.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index c2c1b5e..f0737aa 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -1641,7 +1641,13 @@ Hansen's]] configs.
(org-agenda-dim-blocked-tasks t)
(org-agenda-custom-commands
'(("n" "Agenda and all TODOs"
- ((agenda) (tags-todo "+soon")
+ ((todo "INPROGRESS"
+ ((org-agenda-overriding-header "Inprogress Tasks")))
+ (agenda)
+ (tags-todo "+soon+LEVEL=2"
+ ((org-agenda-overriding-header "2nd Level /Soon/ Tasks")))
+ (tags-todo "+soon"
+ ((org-agenda-overriding-header "All /Soon/ Tasks")))
(tags-todo "+shelve")
(tags-todo "+habit")
(todo "IDLE")