소스 검색

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
Eric Schulte 15 년 전
부모
커밋
91f8cfaebb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ob.el

+ 1 - 1
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)))