Kyle Andrews writes:
> I am having both of these issues on Emacs 24. Emacs crashes sometimes on
> geiser and babel won't evaluate scheme code as Racket code despite setting
> 'scheme-program-name and 'org-babel-scheme-cmd to "racket". However, Guile
> will work if both of those variables hold "g
I am having both of these issues on Emacs 24. Emacs crashes sometimes on
geiser and babel won't evaluate scheme code as Racket code despite setting
'scheme-program-name and 'org-babel-scheme-cmd to "racket". However, Guile
will work if both of those variables hold "guile".
Any new developments?
Leo Alekseyev writes:
> Is anyone on the list using a recent org-babel with Scheme? I
> recently started working through SICP, and I'm running into issues
> evaluating scheme src blocks. Org-babel error buffer pops up with
> "ERROR: Wrong number of arguments to #",
> and the minibuffer prompts
Is anyone on the list using a recent org-babel with Scheme? I
recently started working through SICP, and I'm running into issues
evaluating scheme src blocks. Org-babel error buffer pops up with
"ERROR: Wrong number of arguments to #",
and the minibuffer prompts me for a lisp expression. Is the