astahlman / ob-async

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

Confirm evaluation before inserting RESULTS block #24

Closed astahlman closed 6 years ago

astahlman commented 6 years ago

If org-confirm-babel-evaluate is non-nil, we should wait for confirmation before inserting a #+RESULTS block.

Addresses https://github.com/astahlman/ob-async/issues/23

avkoval commented 6 years ago

Hi @astahlman Yes, it looks well. I've tested it over several use-cases of mine, and it worked well. Thank you very much! :-)