From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Julian M. Burgos" Subject: Re: Other question concerning org-babel-tangle-jump-to-org Date: Tue, 04 Jun 2013 08:33:58 +0000 Message-ID: References: <87r4goy0uo.fsf@krugs.de> <87ehcoktsl.fsf@gmail.com> <87fvx3bnzl.fsf@krugs.de> <87wqqfjnmi.fsf@gmail.com> <878v2rsfol.fsf@krugs.de> <87hahfqpwa.fsf_-_@krugs.de> 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]:49904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujmh3-00019H-0b for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 04:34:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ujmgy-0000Os-9G for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 04:34:12 -0400 Received: from hafgarpur.hafro.is ([130.208.64.48]:33622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ujmgx-0000Mf-U5 for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 04:34:08 -0400 In-reply-to: <87hahfqpwa.fsf_-_@krugs.de> 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: Rainer M Krug Cc: emacs-orgmode@gnu.org Hi Rainier, If I understood correctly, you need to add the following to your .emacs file: (setq org-src-window-setup 'current-window) With this when you use C-' to switch between editing your org mode file and being in ESS mode you will say in the same windows. All the best, Julian --=20 Julian Mariano Burgos, PhD Hafranns=C3=B3knastofnun/Marine Research Institute Sk=C3=BAlagata 4, 121 Reykjav=C3=ADk, Iceland S=C3=ADmi/Telephone : +354-5752037 Br=C3=A9fs=C3=ADmi/Telefax: +354-5752001 Netfang/Email: julian@hafro.is Rainer M Krug writes: > Would it be possible, that the function does not open a new window when > executed, but uses the same window the tangled file is in? I am using > org for literate programming in R (ESS):=20 > - R console left window=20 > - when there is an error, I jump to the R file in the right window and > call there org-babel-tangle-jump-to-org and the org file is opened in > the left window. It would be easier for debugging, if it would open in > the right window, where the R file is already open. > > Would that be possible? > > Thanks, > > Rainer