From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: make org-agenda-tree-to-indirect-buffer use new frame only Date: Thu, 6 Sep 2012 01:52:35 +0200 Message-ID: <20120905235235.GA47577@kenny.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9POj-0005QG-KQ for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 19:52:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9POi-0004pp-S0 for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 19:52:41 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:54908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9POi-0004pV-L1 for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 19:52:40 -0400 Received: by bkcjc3 with SMTP id jc3so514596bkc.0 for ; Wed, 05 Sep 2012 16:52:39 -0700 (PDT) Content-Disposition: inline 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 Hi, I've recently switched from Aquamacs to Emacs.app and noticed a different behavior of C-c C-x b in the agenda. I have the following in my Emacs settings: (setq org-indirect-buffer-display 'new-frame) If I open in indirect buffer from the agenda, it creates a new frame, but also splits the agenda frame and opens the task in another window. How can I stop it from doing the latter? Thanks, Viktor