From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Bach Subject: org-edit-special behavior Date: Tue, 13 Dec 2011 22:59:55 +0100 Message-ID: <4ee85bd3.011c0e0a.7f2c.4710@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rak2p-0004m9-NI for emacs-orgmode@gnu.org; Wed, 14 Dec 2011 03:18:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rak2o-0001g9-Ol for emacs-orgmode@gnu.org; Wed, 14 Dec 2011 03:18:31 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:37262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rak2o-0001eq-Ha for emacs-orgmode@gnu.org; Wed, 14 Dec 2011 03:18:30 -0500 Received: by eekc41 with SMTP id c41so521352eek.0 for ; Wed, 14 Dec 2011 00:18:29 -0800 (PST) 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 Dear org-ers, I am using babel more often. The way I do it is together with R and LaTeX. That means I have a certain window layout with .org, .r, ESS, latex output, etc. buffers. All in all that makes around 6 buffers. Now when I use C-c ' to edit a babel src block in a temporary buffer, my layout gets shadowed, presenting me with the org buffer from where org-edit-special was called and the editing buffer. How can I change that behavior so that org-edit-special uses the existing layout or can it be told which window to use? Best Regards, Michael