From e4afb76a8d53117ed069306ec09a913e6cb2af9d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 12 Dec 2019 17:00:18 +0000 Subject: some changes --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configuration.org') 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 -- cgit v1.2.3