Enable async source block execution in Org Mode
This commit is contained in:
parent
abc95e285a
commit
76c3b54a0b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user