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

Errors in code evaluation are not reported on screen

Open FelipeLema opened this issue 2 years ago • 0 comments

Checklist

  • [x] I followed the troubleshooting guide and it did not address my issue
  • [x] I've included a link to a Github Gist with the full contents of my troubleshooting.org buffer
  • [x] Each section below is filled in and includes sufficient detail to reproduce the issue

Expected Behavior

Evaluating the following block code does not report an error on screen (using another "org error" buffer)

#+begin_src python :async
  raise NotImplementedError
#+end_src

If you evaluate it withou :async, then the error is reported on screen.

The last section in troubleshooting.org shows this issue

FelipeLema avatar Dec 17 '21 19:12 FelipeLema