mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Restore fallback warning removed by ce1105b46
Shoulds till warn when the language isn't blacklisted.
This commit is contained in:
@@ -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))))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user