From 6b8e3a1c775c00e6518a5a1252e05d7f88883b70 Mon Sep 17 00:00:00 2001 From: TEC Date: Thu, 4 Mar 2021 10:53:52 +0800 Subject: [PATCH] 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. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 124558b..f471c52 100644 --- a/config.org +++ b/config.org @@ -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)