diff options
| author | fpi | 2020-08-03 18:05:02 +0200 | 
|---|---|---|
| committer | fpi | 2022-03-17 14:44:36 +0100 | 
| commit | d13d8625e24983bb40f0fa461fc7fb11abbaee50 (patch) | |
| tree | 0d481fc604d2e2140f17c501c774cd8318cf784f | |
| parent | Customize stuck project definition (diff) | |
Do not show waiting tasks in hotlist
| -rw-r--r-- | emacs-init.org | 2 | 
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")  | 
