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
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