From bf5a8466f0dcba34f466495950167013932d4735 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 4 Nov 2018 18:15:49 +0100 Subject: [PATCH] Revert "[Org] Experimental: make agendas sticky (again)" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 529a625e67fc67e03a80211158dd838e83b7a4c0. It’s actually not needed, and seems to have some issues with ‘org-tag-alist-for-agenda’? (But maybe these issues where present before that change, I can’t tell anymore). --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 8cb60ec..3abdaad 100644 --- a/init.el +++ b/init.el @@ -852,7 +852,7 @@ org-agenda-start-with-log-mode nil org-agenda-log-mode-items '(closed state) org-agenda-remove-tags t - org-agenda-sticky t + org-agenda-sticky nil org-agenda-inhibit-startup t org-agenda-tags-todo-honor-ignore-options t org-agenda-dim-blocked-tasks nil