Hi Mark,

This issue should now be fixed in the latest git head.

Best -- Eric

Mark Cox <markco...@gmail.com> writes:

> Hi,
>
> I have an org file like this one,
>
> #+TITLE: An issue with #+end_src
>
> #+srcname: no_issue()
> #+begin_src sh :results output
> echo '#+begin_src'
> #+end_src
>
> #+call: no_issue() :results raw
>
> #+srcname: the_issue()
> #+begin_src sh :results output
> echo '#+end_src'
> #+end_src
>
> #+call: the_issue() :results raw
>
> When C-c C-c on the line containing "#+call: no_issue() :results raw", the 
> following lines are inserted:
> #+results: no_issue()
> #+begin_src
>
> When C-c C-c on the line containing "#+call: the_issue() :results raw", the 
> following unexpected lines are inserted:
> #+results: the_issue()
> nil
>
> I am currently running a2f29de86.
>
> Thanks
> Mark Cox

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

Reply via email to