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
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
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
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