From 91f8cfaebb7819840efcb0be5bdf16a3ff47c085 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Wed, 20 Oct 2010 20:06:11 -0600 Subject: [PATCH] ob: ob-demarcate updated to reflect the new info list contents * lisp/ob.el (org-babel-demarcate-block): updated to reflect the new info list contents --- lisp/ob.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))