I installed geiser, set my default scheme to guile, and enabled scheme support but I can't seem to get it to work. I am getting this output and am not sure what to make of it.
#+begin_src scheme :results output
(define test (lambda (v) v))
(test 'test)
#+end_src
#+RESULTS:
: Unknown meta command: geiser-eval
: $2 = #f
: $3 = test
: While compiling expression:
: Syntax error:
: unknown location: unexpected syntax in form ()
: scheme@(guile-user) [3]>