lisp/ob-scheme.el: Fix scheme code blocks execution error in batch mode
commit21d6d7c3a0b08382e4dfc5d7300f61ba5afe6f12
authorKDr2 <killy.draw@gmail.com>
Wed, 21 May 2014 05:47:44 +0000 (21 13:47 +0800)
committerBastien Guerry <bzg@altern.org>
Thu, 22 May 2014 11:14:30 +0000 (22 13:14 +0200)
tree0264e9b025bb2ead17f876d39e4c75e87fc4c4f3
parent92d84410efeef733725d397fc3719cf02ea75816
lisp/ob-scheme.el: Fix scheme code blocks execution error in batch mode

* ob-scheme.el (org-babel-scheme-capture-current-message)
(org-babel-scheme-execute-with-geiser): Capture scheme code results
via `current-message' both in interactive mode and non interactive
mode.

`org-babel-scheme-execute-with-geiser' uses `current-message' to get
the results of scheme code blocks, but `current-message' always
returns nil in batch mode, and this patch fixes this.
lisp/ob-scheme.el