summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-06-15 20:14:31 -0700
committerEric Schulte <schulte.eric@gmail.com>2011-06-15 20:14:31 -0700
commit39cd07aacf6da2fa8c77ab35e932fb7999b30b00 (patch)
tree187652c64d94886cfb3189df27fb4b9e92c736e4
parentfaccb8d58ca8b257fa16f5fc7a37999d0a3773bf (diff)
downloadorg-mode-39cd07aacf6da2fa8c77ab35e932fb7999b30b00.tar.gz
Revert "ob-tangle: no longer inserting newlines between appended code blocks"
This reverts commit 90f6765cdf77c1414726d899f00c77da43f45758.
-rw-r--r--lisp/ob-tangle.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index 77b4866..2a02554 100644
--- a/lisp/ob-tangle.el
+++ b/lisp/ob-tangle.el
@@ -399,7 +399,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 ""))
+ named "\n"))
(first (first named))
(last (car (last named))))))
(add-to-list 'tangled-names name))