Hi – I’ve been running into a bug when using *inline* org babel blocks with
session and async, wherein the results of the inline org blocks overwrite
the results of the previous normal source block. This is happening for at
least python and bash.
I’ve confirmed that it reproduces with a minimal em
Hi -- I've been running into a bug when running async + session bash
org babel cells.
* Summary
In short, the issue is that when running two async session bash
blocks, the code for the second block ends up captured in the output
of the first one, and then finally the output of the first block on