Hi, Oleh
Thanks for you reply. Here is my config steps:
0. I use Debian(sid) and Emacs 24
1. install guile (using apt): http://www.gnu.org/software/guile/
2. install geiser(http://www.nongnu.org/geiser/) with elpa
and setting for geiser:
(setq geiser-active-implementations '(guile))
(setq geiser-default-implementation 'guile)
That's all, there's no special settings for orgmode.
Thanks again.
On Thu, Apr 10, 2014 at 4:27 PM, Oleh <[email protected]> wrote:
> Hi,
>
> I tried to have a look at your patch, but ob-scheme has stopped working
> for me. Can you send me the minimal init.el to make your scheme-test.org
> work in interactive mode?
>
> regards,
> Oleh
>
> On Tue, Apr 8, 2014 at 3:56 PM, KDr2 <[email protected]> wrote:
> > Hi, folks
> >
> > Has anyone reviewed this patch? Or is there a better way to fix the bug?
> >
> > Thanks.
> >
> >
> > On Wed, Apr 2, 2014 at 11:48 AM, KDr2 <[email protected]> wrote:
> >>
> >> The bug:
> >> write file ~/scheme-test.org with the content below:
> >> -------8<--------------
> >> #+BEGIN_SRC scheme :exports results :results output raw
> >> (display "Hello Scheme in OrgMode")
> >> #+END_SRC
> >> -------8<--------------
> >>
> >> and run:
> >>
> >> emacs --batch --eval='(load "~/.emacs.d/init.el")' ~/scheme-test.org -f
> >> org-html-export-to-html
> >>
> >> you will find the bug:
> >>
> >> `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.
> >>
> >> --
> >> --
> >>
> >> KDr2, http://kdr2.com
> >
> >
> >
> >
> > --
> > --
> >
> > KDr2, http://kdr2.com
>
--
--
KDr2, http://kdr2.com