[Emacs] Add possibility to run asynchronously org code blocks
This commit is contained in:
parent
c6a3771ff4
commit
9c2f4a5907
@ -4533,6 +4533,14 @@ The corresponding code is as follows:
|
|||||||
<<org-babel-languages-gen()>>)
|
<<org-babel-languages-gen()>>)
|
||||||
#+END_SRC
|
#+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
|
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
|
to easily convert a LaTeX snippet into a PNG, regardless of the
|
||||||
exporter I use afterwards. Its installation is pretty simple:
|
exporter I use afterwards. Its installation is pretty simple:
|
||||||
|
Loading…
Reference in New Issue
Block a user