diff --git a/lisp/ob.el b/lisp/ob.el index 5d983489d..2121992df 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -1758,7 +1758,7 @@ code ---- the results are extracted in the syntax of the source ;; possibly wrap result (cond ((assoc :wrap (nth 2 info)) - (let ((name (or (cdr (assoc :wrap (nth 2 info))) "results"))) + (let ((name (or (cdr (assoc :wrap (nth 2 info))) "RESULTS"))) (wrap (concat "#+BEGIN_" name) (concat "#+END_" name)))) ((member "html" result-params) (wrap "#+BEGIN_HTML" "#+END_HTML"))