Add an org-agenda command to show all unscheduled tasks

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:29 +00:00
parent 84c5645713
commit c6b0b66f2e

View File

@ -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