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))
|
(not (one-window-p))
|
||||||
(delete-window))))
|
(delete-window))))
|
||||||
(if bury
|
(if bury
|
||||||
(bury-buffer buf)
|
(bury-buffer)
|
||||||
(kill-buffer buf)
|
(kill-buffer buf)
|
||||||
(setq org-agenda-archives-mode nil
|
(setq org-agenda-archives-mode nil
|
||||||
org-agenda-buffer nil)))))
|
org-agenda-buffer nil)))))
|
||||||
|
|
Loading…
Reference in New Issue