Le 11/09/15 à 17h58, Nicolas Goaziou <m...@nicolasgoaziou.fr> a écrit :

> Hello,

Hi Nicolas and Charles,

>> Expected behavior:
>>
>>   ┌────
>>   │ #+BEGIN_SRC latex
>>   │ latex
>>   │ #+END_SRC
>>   └────
>>
>> gives:
>>
>>   ┌────
>>   │     latex
>>   └────
>
> This is because latex block can be evaluated, which gives:
>
>   #+RESULTS:
>   #+BEGIN_LaTeX
>   latex
>   #+END_LaTeX
>
> i.e., the generated results appear only when using latex export backend.
> The original block is removed thereafter. You can use instead:
>
>   #+BEGIN_SRC latex :exports code
>   latex
>   #+END_SRC

Ooops, sorry for the noise due to this misuse.

Regards.
-- 
Denis

Reply via email to