babel: adding some newline padding around tangle code blocks

This commit is contained in:
Eric Schulte 2010-06-02 14:07:20 -06:00
parent c5e3660fa9
commit 198780f1ff
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ form
"no")
(fifth spec)))))
(insert-comment (format "[[%s][%s]]" (org-link-escape link) source-name))
(insert (format "%s" (org-babel-chomp body)))
(insert (format "\n%s\n" (org-babel-chomp body)))
(insert-comment (format "%s ends here" source-name)))))
(provide 'org-babel-tangle)