[BUG] Org-babel inline overwriting src block outputs when using async + session

2025-03-09 Thread Elle Najt
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

[BUG] Org babel overwriting source block outputs when using async + session

2025-03-24 Thread Elle Najt
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