Hello,

Tobias Getzner <tobias.getz...@gmx.de> writes:

> I have a strange problem when exporting the following file:
>
> * heading 1
> #+BEGIN_SRC sh :eval never
> echo baz
> #+END_SRC
>
> * heading 2
> #+BEGIN_SRC sh :exports results
> echo quux
> #+END_SRC
>
> When I export this document, and point is on heading 1 when issuing the
> «C-c C-e», the results of the code in heading 2 are added under the code
> block in heading 1 (sic). o_O So I am seeing:
>
> * heading 1
> #+BEGIN_SRC sh :eval never
> echo baz
> #+END_SRC
>
> #+RESULTS:
> : quux
>
> When point is at heading 2 when issuing «C-c C-e» (or when doing a manual
> eval), the results are as expected.

FWIW, I cannot reproduce it.


Regards,

-- 
Nicolas Goaziou

Reply via email to