astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

Errors in code evaluation are not reported on screen #81

Open FelipeLema opened 2 years ago

FelipeLema commented 2 years ago

Checklist

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