瀏覽代碼

fix 5f0a9cca3 missing space

* lisp/ob-core.el (org-babel-demarcate-block): Replace wrong newline
with missing space.
stardiviner 4 年之前
父節點
當前提交
758b039c04
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ob-core.el

+ 1 - 1
lisp/ob-core.el

@@ -1908,7 +1908,7 @@ region is not active then the point is demarcated."
 			(if (looking-at "^") "" "\n")
 			indent (if upper-case-p "#+END_SRC\n" "#+end_src\n")
 			(if arg stars indent) "\n"
-			indent (if upper-case-p "#+BEGIN_SRC\n" "#+begin_src\n")
+			indent (if upper-case-p "#+BEGIN_SRC " "#+begin_src ")
 			lang
 			(if (> (length headers) 1)
 			    (concat " " headers) headers)