astahlman / ob-async

Asynchronous src_block execution for org-babel
343 stars 32 forks source link

Execute asynchronous processes on remote host #8

Closed herbstk closed 7 years ago

herbstk commented 7 years ago

Is it possible to execute the code block on a remote host? I tried to use the :dir header argument with a tramp file link but this didn't work. I guess async-start would have to spawn the emacs instance on the remote and not the local host but I am not sure if it can be done.