emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [Bug?] Results of code block printed in wrong place


From: Nicolas Goaziou
Subject: Re: [O] [Bug?] Results of code block printed in wrong place
Date: Mon, 22 Sep 2014 17:29:33 +0200

Hello,

Tobias Getzner <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]