astahlman / ob-async

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

Make child process inherit load-path from parent #27

Closed astahlman closed 6 years ago

astahlman commented 6 years ago

Ensure that the load-path used in the async child process matches the load-path in the parent process. I suspect that this is the root cause of issues like https://github.com/astahlman/ob-async/issues/19 and https://github.com/astahlman/ob-async/issues/21.