Parcourir la source

fix 5f0a9cca3 missing space

* lisp/ob-core.el (org-babel-demarcate-block): Replace wrong newline
with missing space.
stardiviner il y a 4 ans
Parent
commit
758b039c04
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)