/async-org-babel

Emacs extension for executing org-babel blocks asynchronusly

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Introduction

This provides some simple macros for running org-babel source blocks asynchronously in an inferior emacs instance. This is useful if you are running long calculations and don’t won’t to freeze the user interface.

Underneath it uses the async library to do the heavy lifting.