astahlman / ob-async

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

Named results support #17

Closed rails-to-cosmos closed 6 years ago

astahlman commented 6 years ago

Looks like the tests are choking on (void-function string-trim). Maybe we just need to (require 'subr-x)?

For the acceptance test, I think we could just add one similar to the existing test but with the #+RESULTS block at the top of the buffer. What do you think?

rails-to-cosmos commented 6 years ago

Okay, I'll fix this, thank you :)

rails-to-cosmos commented 6 years ago

Check it out, please.

astahlman commented 6 years ago

:tada: Merged, thanks! :tada: