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