[Emacs] Add possibility to run asynchronously org code blocks

This commit is contained in:
Lucien Cartier-Tilet 2022-08-07 12:56:44 +02:00
parent c6a3771ff4
commit 9c2f4a5907
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 8 additions and 0 deletions

View File

@ -4533,6 +4533,14 @@ The corresponding code is as follows:
<<org-babel-languages-gen()>>)
#+END_SRC
Some languages can run asynchronously with the help of ~ob-async~.
#+begin_src emacs-lisp
(use-package ob-async
:straight (:build t)
:defer t
:after (org ob))
#+end_src
A package I use from time to time is ~ob-latex-as-png~ which allows me
to easily convert a LaTeX snippet into a PNG, regardless of the
exporter I use afterwards. Its installation is pretty simple: