org-agenda back to not being sticky
Strange behaviour trying to view agenda entries from mu4e with sticky enabled
This commit is contained in:
parent
a98b827b3f
commit
f31bb72cd8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue