From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Some org-mode key interface popup buffers can't by managed by display-buffer-alist Date: Fri, 27 Apr 2018 01:34:43 +0200 Message-ID: <87sh7hpmng.fsf@bzg.fr> References: <282a8231-5ef0-e59e-0940-acc0253689f2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBqPY-000849-7h for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBqPX-0001Ps-7C for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:48 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: stardiviner Cc: emacs-orgmode Hi, stardiviner 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 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 '("^\\*Org Agenda\\*" (display-buffer-same-window))) >=20=20=20=20 > (add-to-list 'display-buffer-alist > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 '("^\\*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, --=20 Bastien