diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 027062401..63f83a271 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -2450,6 +2450,7 @@ INFO may provide the values of these header arguments (in the (when inline (let ((warning (or (and (member "table" result-params) "`:results table'") + (and (member "drawer" result-params) "`:results drawer'") (and result (listp result) "list result") (and result (string-match-p "\n." result) "multiline result") (and (member "list" result-params) "`:results list'"))))