As a workaround: Does setting :scheme schemename header help?
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? >