Org babel async blacklist: add LaTeX

LaTeX seems to cause a strange error with async and xkcd.
I don't understand what's happening, but this fixes it.
This commit is contained in:
TEC 2021-03-04 10:53:52 +08:00
parent 2072eb27ad
commit 6b8e3a1c77
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 1 additions and 1 deletions

View File

@ -7416,7 +7416,7 @@ indication that =:async= should not be added.
(add-transient-hook! #'org-babel-execute-src-block
(require 'ob-async))
(defvar org-babel-async-language-blacklist '("emacs-lisp")
(defvar org-babel-async-language-blacklist '("emacs-lisp" "latex" "LaTeX")
"Babel languages which should not be executed asyncronously.")
(defadvice! org-babel-get-src-block-info-eager-async-a (orig-fn &optional light datum)