summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-08-03 18:05:02 +0200
committerfpi2022-03-17 14:44:36 +0100
commitd13d8625e24983bb40f0fa461fc7fb11abbaee50 (patch)
tree0d481fc604d2e2140f17c501c774cd8318cf784f /emacs-init.org
parentCustomize stuck project definition (diff)
Do not show waiting tasks in hotlist
Diffstat (limited to '')
-rw-r--r--emacs-init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 4e51fb5..bf3a3a0 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -3642,7 +3642,7 @@ Exclude =HOT= from inheritance
Simple day agenda with =INPROGRESS= tasks
******* Hot Projects
#+begin_src emacs-lisp :tangle no :noweb-ref org-agenda-custom-commands
-("h" "Current Hotlist" tags "TODO={NEXT\\|INPROGRESS\\|WAITING}"
+("h" "Current Hotlist" tags "TODO={NEXT\\|INPROGRESS}"
((org-agenda-overriding-header "Current Hotlist")
(org-agenda-skip-function (function fpi/org-agenda-skip-all-not-hot))
;; (org-agenda-prefix-format " %-3i %-12:c%30b %s")