emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Some org-mode key interface popup buffers can't by managed by display-buffer-alist
@ 2017-12-22 11:12 stardiviner
  2018-04-26 23:34 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: stardiviner @ 2017-12-22 11:12 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

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)))


[-- Attachment #2: Type: text/html, Size: 661 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Some org-mode key interface popup buffers can't by managed by display-buffer-alist
  2017-12-22 11:12 Some org-mode key interface popup buffers can't by managed by display-buffer-alist stardiviner
@ 2018-04-26 23:34 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2018-04-26 23:34 UTC (permalink / raw)
  To: stardiviner; +Cc: emacs-orgmode

Hi,

stardiviner <numbchild@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-26 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-22 11:12 Some org-mode key interface popup buffers can't by managed by display-buffer-alist stardiviner
2018-04-26 23:34 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).