> the org-babel-execute:scheme function looks for a :scheme header
> argument (otherwise uses the geiser-default-implementation).
You're right. I went through ob-scheme.el. org-babel-execute:scheme does
look for a :scheme header argument.
But, my original problem was different. I was looking for
On Mon, 21. Mar 23:55, Arun Isaac wrote:
In addition to requiring 'geiser-install you have to set the
geiser-active-implementations variable, e.g.:
Customizing the geiser-active-implementations variable works for
me. Thank you.
alternatively there is a :scheme header argument for src blocks
> In addition to requiring 'geiser-install you have to set the
> geiser-active-implementations variable, e.g.:
Customizing the geiser-active-implementations variable works for
me. Thank you.
> alternatively there is a :scheme header argument for src blocks:
>
> #begin_src scheme :scheme guile
U
On Mon, 21. Mar 08:22, Robert Klein wrote:
Hi,
Arun Isaac wrote:
I have an org file with scheme SRC blocks like so.
#+BEGIN_SRC scheme
(some-code-here)
#+END_SRC
Every time, I open the org file, I get prompted for the "Scheme
implementation" and I need to choose an implementation (guile,
Hi,
Arun Isaac wrote:
>
> I have an org file with scheme SRC blocks like so.
>
> #+BEGIN_SRC scheme
> (some-code-here)
> #+END_SRC
>
> Every time, I open the org file, I get prompted for the "Scheme
> implementation" and I need to choose an implementation (guile, in my
> case) before continu
I have an org file with scheme SRC blocks like so.
#+BEGIN_SRC scheme
(some-code-here)
#+END_SRC
Every time, I open the org file, I get prompted for the "Scheme
implementation" and I need to choose an implementation (guile, in my
case) before continuing. Similarly, I am also prompted for the s