astahlman / ob-async

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

Update signature and skip :session blocks #96

Open stsquad opened 1 year ago

stsquad commented 1 year ago

I was running into issues with buffer references being passed when async evaluating python code (I suspect similar to what @vidbina was seeing in #88, #89). As python has "native" :async support in the latest org-mode I wanted to use that without dumping ob-async entirely. This series does a light refactor on the skipping code and will also skip :session tagged jobs.

It also includes the previous PR #93.