From c6b0b66f2e9c4edb220ad7b0c1d6f878f6273fcd Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:29 +0000 Subject: [PATCH] Add an org-agenda command to show all unscheduled tasks --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index 449f045..b08916f 100644 --- a/config.org +++ b/config.org @@ -247,6 +247,15 @@ needs to be set up to install them if they aren't already. (setq org-log-done t) #+end_src + I often want to see TODO items that aren't scheduled to decide on + something to do (if I've already done all the scheduled things), so + it's nice for =org-agenda= to have an option for that. + + #+begin_src emacs-lisp + (setq org-agenda-custom-commands + '(("u" "Unscheduled tasks" tags "-SCHEDULED={.+}/!+TODO"))) + #+end_src + ** Source Blocks Pressing tab inside a source block should indent appropriately for its