dotfiles

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

commit ad21c21005eb1ceb77b8bc339fa25cdcb858e6a4
parent a75246e33ceef5fce61316db049adfa2fdc43515
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 11 Nov 2022 11:54:43 +0100

emacs: fix project list sorting

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

diff --git a/emacs/config.org b/emacs/config.org @@ -1703,7 +1703,7 @@ The first two strings are what shows up in the agenda dispatcher (the key to pre ((todo "PROJ" ((org-agenda-overriding-header "Projects:") (org-agenda-prefix-format '((todo . " %i %-22(let ((deadline (org-entry-get nil \"DEADLINE\"))) (if deadline deadline \"\"))"))) (org-agenda-dim-blocked-tasks nil) - (org-agenda-sorting-strategy '((tags deadline-up alpha-down))))))) + (org-agenda-sorting-strategy '((todo deadline-up alpha-down))))))) ("f" "Finished tasks that aren't in a project" ((tags "TODO=\"DONE\"|TODO=\"CANCELLED\"" ((org-agenda-overriding-header "Finished tasks:")