org-agenda: Fix quit sticky agenda
* lisp/org-agenda.el(org-agenda--quit): Removed the argument from the call to `bury-buffer' to let the agenda disappear.
This commit is contained in:
parent
7d1a6777d0
commit
9b1c682425
|
@ -7255,7 +7255,7 @@ agenda."
|
|||
(not (one-window-p))
|
||||
(delete-window))))
|
||||
(if bury
|
||||
(bury-buffer buf)
|
||||
(bury-buffer)
|
||||
(kill-buffer buf)
|
||||
(setq org-agenda-archives-mode nil
|
||||
org-agenda-buffer nil)))))
|
||||
|
|
Loading…
Reference in New Issue