diff options
author | fpi | 2020-09-21 22:02:43 +0200 |
---|---|---|
committer | fpi | 2022-03-17 14:44:36 +0100 |
commit | 479bf27165a92ee95559e5c83a9c04fb85aef652 (patch) | |
tree | d50103b97f346b247bd7bf41e16b9243a2127fae | |
parent | Add a REVIEW todo state & fix project functions (diff) |
Fix agenda view of all projects
Diffstat (limited to '')
-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 bab1714..c209501 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3723,7 +3723,7 @@ To narrow the agenda to the currently selected project this function from [[http #+begin_src emacs-lisp :tangle no :noweb-ref org-agenda-custom-commands ("H" "Hot Projects" tags "HOT&TODO={PLANNING\\|READY\\|ACTIVE}" ((org-agenda-overriding-header "Hot Projects"))) -("T" "Non-Hot Projects" tags "-HOT&TODO={ACTIVE}" +("T" "Non-Hot Projects" tags "-HOT&TODO={PLANNING\\|READY\\|ACTIVE}" ((org-agenda-overriding-header "Non-Hot Projects"))) ("P" "All Projects" ((tags "HOT&TODO={PLANNING\\|READY\\|ACTIVE}" |