From 2d3efbb7c07c7db74e27928fd1686441453ff173 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 21 Aug 2022 20:07:09 +0200 Subject: [PATCH] Do not remove tags in Org agenda view by default I think those tags are valuable information for the agenda, let's try this out. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 4b0d7c5..5bedc3a 100644 --- a/init.el +++ b/init.el @@ -1093,7 +1093,7 @@ respectively." org-agenda-tags-todo-honor-ignore-options t org-agenda-start-with-log-mode nil org-agenda-log-mode-items '(closed) - org-agenda-remove-tags t + org-agenda-remove-tags nil org-agenda-sticky nil org-agenda-inhibit-startup nil org-agenda-tags-todo-honor-ignore-options t