diff --git a/lisp/ob-screen.el b/lisp/ob-screen.el index 75a2dc691..3edc2c265 100644 --- a/lisp/ob-screen.el +++ b/lisp/ob-screen.el @@ -108,6 +108,7 @@ In case you want to use a different screen than one selected by your $PATH") (let ((tmpfile (org-babel-temp-file "screen-"))) (with-temp-file tmpfile (insert body) + (insert "\n") ;; org-babel has superfluous spaces (goto-char (point-min))