emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Bug: ob-R.el breaks when :session is specified


From: Ihor Radchenko
Subject: Re: Bug: ob-R.el breaks when :session is specified
Date: Sun, 15 May 2022 16:08:26 +0800

Christian Heinrich <com-orgmode-mailinglist@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

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