Vladimir Nikishkin <lockyw...@gmail.com> writes:
As a workaround:
Does setting :scheme schemename header help?
No, I tried that after looking at org-babel-execute:scheme from
ob-scheme.el
which searches for this parameter. But I guess something else is
called when
tangling. Maybe it's org-babel-expand-body:scheme which should
search for this
parameter?
Simen Endsjø <simend...@gmail.com> 於 2020年6月5日 週五 21:13 寫
道:
When entering a beginsrc scheme block, Geiser will pop up
asking what
implementation it should use. By adding
;; -*- geiser-default-implementation: guile -*-
to the code block body, it no longer asks what implementation
to use.
When running org-babel-tangle, on the other hand, it asks the
question for
each
block, which is quite annoying, but also difficult if I’m using
different
schemes in the file.
Any idea how to fix this issue?