From bc07a8998918983c4626e989c6bdf000c1e7f4f6 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 25 Apr 2021 16:49:06 +0200 Subject: [PATCH] Include effort estimates in tags and todo lists This is to see and also to filter those lists by effort. --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index e980dc4..1461e31 100644 --- a/init.el +++ b/init.el @@ -1042,9 +1042,9 @@ org-agenda-prefix-format '((agenda . "%11s%?-12t%-4e ") - (todo . "%-8c ") - (tags . "%-8c ") - (search . "%-8c ")) + (todo . "%-8c%-4e ") + (tags . "%-8c%-4e ") + (search . "%-8c%-4e ")) org-agenda-custom-commands `(("A" "Main Agenda"