summaryrefslogtreecommitdiffstats
path: root/configuration.org
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-12-12 17:00:18 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-12-12 17:00:18 +0000
commite4afb76a8d53117ed069306ec09a913e6cb2af9d (patch)
treed17d8144e25d3d83417afa31cecc70e873a32260 /configuration.org
parent63183039f65ea45b5bd77fd97015d3c52e0bdffb (diff)
some changes
Diffstat (limited to '')
-rw-r--r--configuration.org3
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