Re: [O] Correct way to insert results

2015-05-14 Thread Alex Bennée
Alex Bennée writes: > Hi, > > I'm working on adding async call functionality to org-babel blocks so I > don't need to block my main Emacs for long running calculations. However > I'm having problems with the insertion of the results once handled. Ping? Is this something I should just write a cu

[O] Correct way to insert results

2015-05-11 Thread Alex Bennée
Hi, I'm working on adding async call functionality to org-babel blocks so I don't need to block my main Emacs for long running calculations. However I'm having problems with the insertion of the results once handled. My code looks like this: (defmacro async-org-call (async-form) "Expands `ASYNC