summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-10-20 20:06:11 -0600
committerDan Davison <davison@stats.ox.ac.uk>2010-10-21 13:06:56 +0100
commit91f8cfaebb7819840efcb0be5bdf16a3ff47c085 (patch)
treeebdfc37e19d453dde214ea87829ae4adf9d06cb0
parent6fa1ae974aace7162c84c5878a926f9fd5286ae8 (diff)
downloadorg-mode-91f8cfaebb7819840efcb0be5bdf16a3ff47c085.tar.gz
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
-rw-r--r--lisp/ob.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob.el b/lisp/ob.el
index c92db1d..ec192da 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)))