astahlman / ob-async

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

Fix execution of named blocks. #16

Closed rails-to-cosmos closed 6 years ago

rails-to-cosmos commented 6 years ago

Fix async behaviour when named #+RESULTS block placed in custom buffer position.

screen shot 2017-11-08 at 13 44 05
astahlman commented 6 years ago

Thanks for the PR. I glanced at the code and it looks pretty good to me. Can you make this change in ob-async.org? ob-async.el is actually just tangled from the .org source. Please also add a test case for this scenario in the Acceptance Tests section.

Sorry for the run-around. I've just added a CONTRIBUTING.md to this repo so the process will be clearer next time.

rails-to-cosmos commented 6 years ago

Ok, no problem