dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c5c117d2c3bf6ca3611704268201f59871e57828
parent 98b32633a7f3e0d08b2cd1cebdc249f2c1ab0dfa
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 23 Feb 2022 16:45:25 +0100

emacs: agenda finished should also show cancelled

Diffstat:
Memacs/config.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1016,7 +1016,7 @@ The first two strings are what shows up in the agenda dispatcher (the key to pre (org-agenda-sorting-strategy '((tags deadline-up alpha-down))))))) ("f" "Finished tasks that aren't in a project" - ((tags "TODO=\"DONE\"" ((org-agenda-overriding-header "Finished tasks:") + ((tags "TODO=\"DONE\"|TODO=\"CANCELLED\"" ((org-agenda-overriding-header "Finished tasks:") (org-agenda-skip-function 'za/skip-if-in-project))))))) #+end_src