Hi all, there seems to be another bug related to indented babel source blocks when the results are wrapped.
Here is an example. Try to evaluate this block twice. (Keeping the indentation) ,---- | #+begin_src sh :results file wrap | echo "test.txt" | #+end_src | | #+results: | :RESULTS: | [[file:test.txt]] | :END: `---- The second evaluation fails with the error #+begin_quote progn: Search failed: #("^ :END:" 1 3 (face org-special-keyword fontified t)) #+end_quote Regards, Andreas