Christian Heinrich <com-orgmode-mailingl...@gladbachcity.de> writes:

> I got back to an org file after upgrading to the latest release of org-mode 
> and tried executing the
> contained R source blocks. Unfortunately, emacs got stuck in the execution 
> and was blocked; I had to
> exit using C-g.
>
> Here's a minimal example src block that causes emacs to get stuck:
>
> #+begin_src R :results output :session *R* :exports both
>   a <- 10
>   a
> #+end_src
>
> R itself does start and the code is also executed correctly. However, the 
> output from that session
> is apparently not returned to emacs or the buffer.

I tried you example using Emacs >=26 and it works just fine.

Best,
Ihor

Reply via email to