diff --git a/lisp/ob.el b/lisp/ob.el index c92db1d8b..ec192da58 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -1185,7 +1185,7 @@ region is not active then the point is demarcated." (save-excursion (goto-char place) (let ((lang (nth 0 info)) - (indent (make-string (nth 6 info) ? ))) + (indent (make-string (nth 5 info) ? ))) (when (string-match "^[[:space:]]*$" (buffer-substring (point-at-bol) (point-at-eol)))