astahlman / ob-async

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

Add a pre-execute hook #40

Closed astahlman closed 6 years ago

astahlman commented 6 years ago

Add a hook that runs before the src block is executed. This hook enables users to perform package-specific initialization that would normally be handled in init.el. See https://github.com/astahlman/ob-async/issues/37 for a motivating example.