astahlman / ob-async

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

troubleshooting.org: Rework code that gets the transmitted sexp #85

Open KaiHa opened 2 years ago

KaiHa commented 2 years ago

The code that should match and get the transmitted sexp from the Messages buffer was not working for me, because my sexp contained a closing curly brace '}'. Replaced it by an implementation that I deem as more robust.