Re: [BUG] Org agenda misbehaves in a side window [9.5 (9.5-g0a86ad @ /home/zellerin/.emacs.d/elpa/org-9.5/)]

2024-04-07 Thread Ihor Radchenko
Ihor Radchenko writes: > Confirmed. > >> Other failing commands are for example changes of todo state in agenda >> buffer. >> >> The reason seems that org-agenda-get-restriction-and-command calls >> delete-other-window; however, this is not something user observes and >> expects as effect of thos

Re: [BUG] Org agenda misbehaves in a side window [9.5 (9.5-g0a86ad @ /home/zellerin/.emacs.d/elpa/org-9.5/)]

2023-01-07 Thread Jean Louis
* Ihor Radchenko [2023-01-06 17:56]: > Tomas Zellerin writes: > > > When Agenda buffer is in a side window, several actions fail with > > "Cannot make side window the only window". > > > > Example: > > > > emacs -Q > > in *scratch*, (setq display-buffer-alist '(("\\*Org Agenda\\*" > > display-bu

Re: [BUG] Org agenda misbehaves in a side window [9.5 (9.5-g0a86ad @ /home/zellerin/.emacs.d/elpa/org-9.5/)]

2023-01-06 Thread Tomas Zellerin
Ihor Radchenko writes: >> The reason seems that org-agenda-get-restriction-and-command calls >> delete-other-window; however, this is not something user observes and >> expects as effect of those commands. > > Sure, but what can we do in order to both fix this and also not break > the existing be

Re: [BUG] Org agenda misbehaves in a side window [9.5 (9.5-g0a86ad @ /home/zellerin/.emacs.d/elpa/org-9.5/)]

2023-01-06 Thread Ihor Radchenko
Tomas Zellerin writes: > When Agenda buffer is in a side window, several actions fail with > "Cannot make side window the only window". > > Example: > > emacs -Q > in *scratch*, (setq display-buffer-alist '(("\\*Org Agenda\\*" > display-buffer-in-side-window))) > M-x org-agenda t to display Todo

[BUG] Org agenda misbehaves in a side window [9.5 (9.5-g0a86ad @ /home/zellerin/.emacs.d/elpa/org-9.5/)]

2023-01-05 Thread Tomas Zellerin
When Agenda buffer is in a side window, several actions fail with "Cannot make side window the only window". Example: emacs -Q in *scratch*, (setq display-buffer-alist '(("\\*Org Agenda\\*" display-buffer-in-side-window))) M-x org-agenda t to display Todo agenda in org-agenda buffer, another M-