emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Some org-mode key interface popup buffers can't by managed by di


From: Bastien
Subject: Re: [O] Some org-mode key interface popup buffers can't by managed by display-buffer-alist
Date: Fri, 27 Apr 2018 01:34:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi,

stardiviner <address@hidden> writes:

> I use following config, but does not work. How can I manage those
> popup buffers with display-buffer-alist?
>
>
>     (add-to-list 'display-buffer-alist
>                  '("^\\*Org Agenda\\*" (display-buffer-same-window)))
>    
>     (add-to-list 'display-buffer-alist
>                  '("^\\*Clock Task Select\\*"
>     (display-buffer-below-selected)))

Org uses `org-no-popups' in `org-switch-to-buffer-other-window' which
nils display-buffer-alist to prevent tweaking this manually.

Most of the time, org-switch-to-buffer-other-window is preferred over
switch-to-buffer-other-window, but if you find an occurrence that does
not seem justified, please report so.

Thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]