From f31bb72cd81bcae610c0daffb985690870d9d135 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 2 Feb 2024 10:23:53 +0000 Subject: [PATCH] org-agenda back to not being sticky Strange behaviour trying to view agenda entries from mu4e with sticky enabled --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 44568a9..27c0ad0 100644 --- a/README.org +++ b/README.org @@ -495,7 +495,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]] #+begin_src emacs-lisp :results output silent (setq org-agenda-span 'week org-agenda-start-on-weekday 1 - org-agenda-sticky t + org-agenda-sticky nil org-agenda-window-setup 'current-window org-agenda-tags-column 0 org-agenda-todo-ignore-scheduled 'future