Re: [O] Problem with org-babel-detangle

2016-02-02 Thread Titus von der Malsburg
On 2016-02-02 Tue 14:29, Nicolas Goaziou wrote: > Hello, > > Titus von der Malsburg writes: > >> If I open the org-buffer and the tangled files side by side, and then >> detangle, both windows show the org-buffer afterwards. I think >> detangling should leave the buffers alone. Perhaps there is

Re: [O] Problem with org-babel-detangle

2016-02-02 Thread Nicolas Goaziou
Hello, Titus von der Malsburg writes: > If I open the org-buffer and the tangled files side by side, and then > detangle, both windows show the org-buffer afterwards. I think > detangling should leave the buffers alone. Perhaps there is a misplaced > save-excursion somewhere? I cannot reprodu

Re: [O] Problem with org-babel-detangle

2016-01-31 Thread Titus von der Malsburg
Thanks for looking into it. Detangling seems to work now but there is one problem left: If I open the org-buffer and the tangled files side by side, and then detangle, both windows show the org-buffer afterwards. I think detangling should leave the buffers alone. Perhaps there is a misplaced s

Re: [O] Problem with org-babel-detangle

2016-01-31 Thread Nicolas Goaziou
Hello, Titus von der Malsburg writes: > I tangeled the following org-mode file: > > #+BEGIN_SRC R :tangle /tmp/test.R :comments link > 1 + 2 > #+END_SRC > > #+BEGIN_SRC R :tangle /tmp/test.R :comments link > 3 + 4 > #+END_SRC > > The result was: > > ## [[file:test.org][No\ headi