* contrib/babel/lisp/org-babel.el (org-babel-where-is-src-block-result): on result insertion, ensure that code blocks don't overrun subsequent lines or source blocks
@@ -887,7 +887,8 @@ following the source block."
"#+results"
(when hash (concat "["hash"]"))
":"
- (when name (concat " " name)) "\n"))
+ (when name (concat " " name)) "\n\n"))
+ (backward-char)
(beginning-of-line 0)
(if hash (org-babel-hide-hash)) t)))
(point))))))