diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-12 17:00:18 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-12 17:00:18 +0000 |
commit | e4afb76a8d53117ed069306ec09a913e6cb2af9d (patch) | |
tree | d17d8144e25d3d83417afa31cecc70e873a32260 /configuration.org | |
parent | 63183039f65ea45b5bd77fd97015d3c52e0bdffb (diff) |
some changes
Diffstat (limited to 'configuration.org')
-rw-r--r-- | configuration.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration.org b/configuration.org index 0ba4aa9..3dd0e97 100644 --- a/configuration.org +++ b/configuration.org @@ -489,7 +489,8 @@ Emacs, use =display-line-numbers-mode=, because it's _much_ faster. (setq org-agenda-custom-commands '(("N" "Agenda and NEXT TODOs" ((agenda "") (todo "NEXT"))) - ("y" "Agenda and All TODOS" ((agenda "") (alltodo "") (todo "PROJECT"))) + ("y" "Agenda and All TODOS" ((agenda "") (alltodo "") )) + ("w" "Agenda and WAITING" ((agenda "") (todo "WAITING"))) ("p" "Agenda and PROJECTs" ((agenda "") (todo "PROJECT"))))) #+END_SRC ** Capture |