ob-scheme
can execute Scheme code using a given implementation if I specify it as a parameter like this:
#+begin_src scheme :scheme guile
(+ 1 1)
#+end_src
But when I edit the block with org-edit-special
, Geiser still asks me which implementation I would like to use. Is there a way to tell Geiser that I want to use the one specified by the parameter there?