Restore fallback warning removed by ce1105b46
Shoulds till warn when the language isn't blacklisted.
This commit is contained in:
parent
ce1105b463
commit
19563de316
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ Also adds support for a `:sync' parameter to override `:async'."
|
||||||
(member (car info) org-babel-async-language-blacklist))
|
(member (car info) org-babel-async-language-blacklist))
|
||||||
(funcall fn arg info params))
|
(funcall fn arg info params))
|
||||||
((not (member (cdr (assq :session params)) '("none" nil)))
|
((not (member (cdr (assq :session params)) '("none" nil)))
|
||||||
|
(message "Org babel :: :session is incompatible with :async. Executing synchronously!")
|
||||||
nil)
|
nil)
|
||||||
((funcall orig-fn fn arg info params))))))
|
((funcall orig-fn fn arg info params))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue