Add an org-agenda command to show all unscheduled tasks
This commit is contained in:
parent
84c5645713
commit
c6b0b66f2e
@ -247,6 +247,15 @@ needs to be set up to install them if they aren't already.
|
|||||||
(setq org-log-done t)
|
(setq org-log-done t)
|
||||||
#+end_src
|
#+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
|
** Source Blocks
|
||||||
|
|
||||||
Pressing tab inside a source block should indent appropriately for its
|
Pressing tab inside a source block should indent appropriately for its
|
||||||
|
Loading…
x
Reference in New Issue
Block a user