소스 검색

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

This reverts commit 90f6765cdf77c1414726d899f00c77da43f45758.
Eric Schulte 14 년 전
부모
커밋
39cd07aacf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ob-tangle.el

+ 1 - 1
lisp/ob-tangle.el

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