Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sheme in orgmode #3388

Closed
autosquid opened this issue Oct 14, 2015 · 4 comments
Closed

sheme in orgmode #3388

autosquid opened this issue Oct 14, 2015 · 4 comments
Labels

Comments

@autosquid
Copy link
Contributor

This is my config:

(setq geiser-default-implementation 'guile)


(org-babel-do-load-languages
'org-babel-load-languages
'((scheme . t)
 (emacs-lisp . t)
 (ruby . t)
 (R . t)
 (python . t)
 (C . t)
 (sh . t)))

Here is a test source code block in orgmode:

#+begin_src scheme :results output
(write "hello world")
#+end_src

When I press C-c C-c to execute the code block, a new window(buffer) opens and become selected.

@TheBB TheBB added the Org label Oct 15, 2015
@sooheon
Copy link

sooheon commented Oct 16, 2015

I had the same problem, and made a question on emacs stack exchange here

@sooheon
Copy link

sooheon commented Nov 1, 2015

@autosquid As per wvxvw's comment in there, customising geiser-repl-use-other-window to nil fixed this issue for me.

@StreakyCobra
Copy link
Contributor

@autosquid Does @sooheon's solution solved your issue?

@autosquid
Copy link
Contributor Author

@StreakyCobra yes, many thanks to @sooheon for letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants