Enable async source block execution in Org Mode

This commit is contained in:
Jeremy Dormitzer 2019-10-29 10:47:01 -04:00
parent abc95e285a
commit 76c3b54a0b

View File

@ -995,6 +995,12 @@ Display inline images after executing a source block:
(org-redisplay-inline-images)))
#+END_SRC
Enable async source block execution. Note: this execute the contents of the source block in a separate Emacs process, so blocks that rely on anything defined in init.org or the current Emacs process won't work as expected.
#+BEGIN_SRC emacs-lisp
(use-package ob-async
:quelpa (ob-async :fetcher github :repo "astahlman/ob-async"))
#+END_SRC
** Images
#+BEGIN_SRC emacs-lisp
(setq org-image-actual-width '(1000))