t...@tsdye.com (Thomas S. Dye) writes:

Hi Thomas,

> Thorsten Jolitz <tjol...@gmail.com> writes:
>
>> Hi List,
>>
>> evaluating this 3 times does not work as expected:
>>
>> ,----
>> | * A
>> | 
>> | #+header: :results raw replace
>> | #+begin_src emacs-lisp 
>> |   (+ 2 2)
>> | #+end_src
>> | 
>> | #+results:
>> | 4
>> | 4
>> | 4
>> `----
>>
>> Independent from argument order, 'replace' (which should be default
>> anyway) is ignored.
>
> If you give the source code block a name, it should work as expected.

Not over here - does it work for you?

,----
| * A
| 
| #+name: foo
| #+header: :results raw replace
| #+begin_src emacs-lisp 
|   (+ 2 2)
| #+end_src
| 
| #+results: foo
| 4
| 4
| 4
`----

BTW, even if it would work with a name, it should work without too IMO.

-- 
cheers,
Thorsten


Reply via email to