"Sebastien Vauban" writes:
> Hi Eric,
>
> Eric Schulte wrote:
>> I could not reproduce the error you describe, and your test case passes
>> for me. I have added your test case to testing/test-ob.el however so it
>> should protect from this error in the future.
>
> I can't reproduce it anymore ri
Hi Eric,
Eric Schulte wrote:
> I could not reproduce the error you describe, and your test case passes
> for me. I have added your test case to testing/test-ob.el however so it
> should protect from this error in the future.
I can't reproduce it anymore right now. But the goal was to have a fuse
Hi Seb,
I could not reproduce the error you describe, and your test case passes
for me. I have added your test case to testing/test-ob.el however so it
should protect from this error in the future.
You could try running the test suite in batch mode (which will not load
your configuration) and se
#+TITLE: Multiple results blocks for the same source code
#+AUTHOR:Seb Vauban
#+DATE: 2011-09-23
#+LANGUAGE: en
* Bug
When evaluating multiple times the following code, we get multiple =results=
blocks.
#+begin_src sh
echo Hello
#+end_src
#+results:
: Hello
#+results:
: Hello
*