mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-01 08:17:34 +00:00
* lisp/ob-ruby.el (org-babel-ruby-evaluate): Fix eoe indicator
This commit is contained in:
parent
ff53846f31
commit
83411c0d3e
@ -289,7 +289,7 @@ return the value of the last statement in BODY, as elisp."
|
||||
"results=_" "require 'pp'" "orig_out = $stdout"
|
||||
(format org-babel-ruby-pp-f-write
|
||||
(org-babel-process-file-name tmp-file 'noquote))))
|
||||
(list org-babel-ruby-eoe-indicator)))
|
||||
(list (format "puts \"%s\"" org-babel-ruby-eoe-indicator))))
|
||||
(comint-send-input nil t))
|
||||
(org-babel-eval-read-file tmp-file))))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user