Skip to content

Scheme blocks in org-mode produce no output #6916

@OrionRandD

Description

@OrionRandD

I confirm that...

  • I have searched the issue tracker, documentation, FAQ, Discourse, and Google, in case this issue has already been reported/resolved.
  • I have read "How to Debug Issues", and will use it to provide as much information about this issue as possible.
  • The issue can be reproduced on the latest available commit of Doom.
  • The issue can be reproduced on a stable release of Emacs, such as 27 or 28. (Doom does not support development builds like 29+ or any version ending in .50 or .9x)

Expected behavior

Geiser interpreter should print output to #+RESULTS when executing scheme in org-mode.

Current behavior

#+begin_src scheme  :results output 
(version)
#+end_src

#+RESULTS:
: Geiser Interpreter produced no output
#+begin_src scheme :results output 
(* 45 9)
#+end_src

#+RESULTS:
: Geiser Interpreter produced no output

seems that it is an old serious problem: https://gitlab.com/emacs-geiser/guile/-/issues/13

Steps to reproduce

https://gitlab.com/emacs-geiser/guile/-/issues/13

System Information

http://dpaste.com/H5UGVJ4MA

Metadata

Metadata

Assignees

No one assigned

    Labels

    :lang schemePertains to Doom's :lang scheme moduleis:bugSomething isn't working as intended

    Type

    Open to PRs

    None yet

    Priority

    None yet

    Projects

    Status
    Resolved

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions