mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
Trivial cosmetic: shortening a line to make it fit on screen
This commit is contained in:
parent
a06c910f37
commit
2fb922aaa7
@ -150,8 +150,10 @@ last statement in BODY."
|
||||
(with-temp-buffer (insert-file-contents tmp-file) (buffer-string))))))
|
||||
;; comint session evaluation
|
||||
(message "session evaluation")
|
||||
(let* ((full-body (mapconcat #'org-babel-chomp
|
||||
(list body org-babel-ruby-last-value-eval org-babel-ruby-eoe-indicator) "\n"))
|
||||
(let* ((full-body
|
||||
(mapconcat
|
||||
#'org-babel-chomp
|
||||
(list body org-babel-ruby-last-value-eval org-babel-ruby-eoe-indicator) "\n"))
|
||||
(raw (org-babel-comint-with-output buffer org-babel-ruby-eoe-indicator t
|
||||
(insert full-body) (comint-send-input nil t)))
|
||||
(results (cdr (member org-babel-ruby-eoe-indicator
|
||||
|
Loading…
Reference in New Issue
Block a user