Bruno Barbier <brubar...@gmail.com> writes:

> I've installed chez and racket.  Indeed, the argument :session
> if half-ignored.
>
> I've attached a quick ugly hack; with that change, it is now working
> for me.
>
>     #+begin_src scheme :scheme racket
>       (banner)
>     #+end_src
>
>     #+RESULTS:
>     : Welcome to Racket v8.14 [cs].\n
>
>     (setq-default geiser-chez-binary "chezscheme")
>     #+begin_src scheme :scheme chez 
>       (scheme-version)
>     #+end_src
>
>     #+RESULTS:
>     : Chez Scheme Version 10.0.0
>
> Could you try it?

I tried the current main branch (commit da0f6eff75cd ("ox-texinfo: Fix
edge case with - Variable: nil:: definition") with and without the
patch.  Unless I'm doing something wrong, exporting the document to HTML
with "C-c C-e h H" asks for the Scheme implementation for every code
block.  Please, note that the htmlize package must be installed.

Also, note that executing the code block with "C-c C-c" never asked for
the Scheme implementation when the ":scheme" argument is specified.

Cheers,
Roi

Reply via email to