Re: [O] scheme SRC blocks

2016-03-22 Thread Arun Isaac
> 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

Re: [O] scheme SRC blocks

2016-03-22 Thread Bernhard Pröll
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

Re: [O] scheme SRC blocks

2016-03-21 Thread Arun Isaac
> 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

Re: [O] scheme SRC blocks

2016-03-21 Thread Bernhard Pröll
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,

Re: [O] scheme SRC blocks

2016-03-21 Thread Robert Klein
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

[O] scheme SRC blocks

2016-03-20 Thread Arun Isaac
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