* contrib/babel/lisp/org-babel-exp.el (org-exp-res/src-name-cleanup): cleanup trailing newline after removed #+source and #+results lines
@@ -127,7 +127,7 @@ processing has taken place."
nil t)
(delete-region
(progn (beginning-of-line) (point))
- (progn (end-of-line) (point))))))
+ (progn (end-of-line) (+ 1 (point)))))))
(defun org-babel-in-example-or-verbatim ()
"Return true if the point is currently in an escaped portion of