소스 검색

ob-tangle: no longer inserting newlines between appended code blocks

* lisp/ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
  inserting newlines between appended code blocks.
Eric Schulte 14 년 전
부모
커밋
90f6765cdf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ob-tangle.el

+ 1 - 1
lisp/ob-tangle.el

@@ -395,7 +395,7 @@ same name in the order they appear in the file."
 					    (cdr by-lang)))))
 			       (case org-babel-tangle-named-block-combination
 				 (append (mapconcat #'identity
-						    named "\n"))
+						    named ""))
 				 (first  (first named))
 				 (last   (car (last  named))))))
 			    (add-to-list 'tangled-names name))