Re: Control where files are emitted during block eval

2020-09-23 Thread Bastien
Hi George, George Mauer writes: > I would like to create a playground.org file inside my node project > where I will put bits of code that I'm playing with during > development. > > The problem is that when I actually evaluate a source block it gets > written into a temporary location that I do

Control where files are emitted during block eval

2020-09-16 Thread George Mauer
I would like to create a playground.org file inside my node project where I will put bits of code that I'm playing with during development. The problem is that when I actually evaluate a source block it gets written into a temporary location that I do not control - I therefore cannot `require` my