From 78a0d19c044ef44f118c7a92079eecb8eef96bbb Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 12 Feb 2020 08:50:43 +0100 Subject: Update my agenda view 1. Current INPROGRESS Tasks first. Keep this list small. 2. Main agenda view 3. Second level TODOs are Main Tasks. TODOs at lower levels are subtasks. 4. List of all TODOs 5. List of Ideas 6. Habits 7. Idle stuff --- emacs-init.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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") -- cgit v1.2.3