diff --git a/lisp/ob.el b/lisp/ob.el index ec192da58..a655642de 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -620,7 +620,8 @@ the current subtree." (lambda (arg) (let ((v (cdr arg))) (when (and v (not (and (sequencep v) - (> (length v) 0)))) + (not (consp v)) + (= (length v) 0)))) (if (stringp v) (mapconcat #'identity (sort (split-string v)