Re: [O] Other question concerning org-babel-tangle-jump-to-org

2013-06-07 Thread Rainer M Krug
Eric Schulte writes: > 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): >> - R console left window >> - when there is an error,

Re: [O] Other question concerning org-babel-tangle-jump-to-org

2013-06-06 Thread Eric Schulte
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): > - R console left window > - when there is an error, I jump to the R file in the ri

Re: [O] Other question concerning org-babel-tangle-jump-to-org

2013-06-05 Thread Julian M. Burgos
Hi Rainer, Then sorry... this goes beyond my meager knowledge of emacs and org mode. :) Rainer M Krug writes: > <#secure method=pgpmime mode=sign> > > "Julian M. Burgos" writes: > >> Hi Rainier, > > Hi Julian, > >> If I understood correctly, you need to add the following to your >> .emacs file:

Re: [O] Other question concerning org-babel-tangle-jump-to-org

2013-06-04 Thread Rainer M Krug
<#secure method=pgpmime mode=sign> "Julian M. Burgos" writes: > Hi Rainier, Hi Julian, > 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

Re: [O] Other question concerning org-babel-tangle-jump-to-org

2013-06-04 Thread Julian M. Burgos
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 -- Julian

[O] Other question concerning org-babel-tangle-jump-to-org

2013-06-03 Thread Rainer M Krug
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): - R console left window - when there is an error, I jump to the R file in the right window and call there org-bab