Re: Unintended consequences of removing org-speed-commands-user

2021-11-28 Thread dal-blazej
Hi, If you want to insert a new element in the list after a particular element, you could do : #+begin_src emacs-lisp (let ((bk (cdr (member '("Agenda Views etc") org-speed-commands (setf (cdr (member '("Agenda Views etc") org-speed-commands)) (cons '("@" .

Re: Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-14 Thread dal-blazej
Ihor Radchenko writes: >> As others I am currently advising a lot of org display functions to make >> them obey to my 'display-buffer-alist'. I hope for a better cooperation >> from org to window.el. > > Can you elaborate? We are looking forward for ideas how to improve Org > in this area.

Re: Bug: org-no-popups disregards display-buffer-fallback-action [9.4.6 (9.4.6-13-g4be129-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20210920/)]

2021-11-13 Thread dal-blazej
I just inspected the git version. Is the macro 'org-no-popups' setting _'pop-up-windows' to nil_ and is only used by 'org-switch-to-buffer-other-window' that call 'switch-to-buffer-other-window' which in turn, set _'pop-up-windows' to t_ ? Also 'pop-up-windows', 'pop-up-frame' are announced