ob-session-async icon indicating copy to clipboard operation
ob-session-async copied to clipboard

ob-session-async-R does not work as expected on macOS

Open ywwry66 opened this issue 3 years ago • 7 comments

Hi there, I just installed your package and tried the toy example

#+begin_src R :async :session
  Sys.sleep(5)
  "this won't hang your emacs"
#+end_src

However, I could not get the expected result, instead the following string was created: /var/folders/3n/s_f0q14x2rs1s4kb2lph7v140000gn/T/babel-jdvNNF/R-iZ9RJs

I use emacs 27.1 and latest org-mode downloaded from https://orgmode.org/elpa/. Do you have any idea what could possibly go wrong?

Thank you.

ywwry66 avatar Nov 12 '20 08:11 ywwry66