From mboxrd@z Thu Jan 1 00:00:00 1970 From: John J Foerch Subject: org-switch-to-buffer-other-window Date: Tue, 26 Jun 2012 20:25:21 -0400 Message-ID: <87lij9lhxq.fsf@hecubus.retroj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sjg4k-00048s-JU for emacs-orgmode@gnu.org; Tue, 26 Jun 2012 20:25:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sjg4j-0007Zw-0d for emacs-orgmode@gnu.org; Tue, 26 Jun 2012 20:25:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:44295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sjg4i-0007ZT-QR for emacs-orgmode@gnu.org; Tue, 26 Jun 2012 20:25:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sjg4b-00019k-Pz for emacs-orgmode@gnu.org; Wed, 27 Jun 2012 02:25:33 +0200 Received: from 34.sub-75-198-61.myvzw.com ([75.198.61.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jun 2012 02:25:33 +0200 Received: from jjfoerch by 34.sub-75-198-61.myvzw.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Jun 2012 02:25:33 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, org-switch-to-buffer-other-window should probably dynamically bind display-buffer-function to nil, along with the other variables it does. I use display-buffer-function on my system to do some tricky stuff with frames, and I think org-switch-to-buffer-other-window would probably want to override any such configurations so that the little helper buffers that org uses will always be displayed exactly how org-mode intends. -- John Foerch