Re: Problem with org-babel and geiser

2022-05-08 Thread Ihor Radchenko
Rudolf Adamkovič writes: > P.S. > > We should add 'testing/lisp/test-ob-scheme.el' or it will break again > sooner or later. Can we make the Org test suite depend on Geiser and > Guile? Given that Org uses Geiser out of the box, I think we should. > What do you think? Sounds reasonable.

Re: Problem with org-babel and geiser

2022-03-27 Thread Rudolf Adamkovič
Zelphir Kaltstahl writes: Hi Zelphir, > Geiser seems to work, if I use /bin/sh with some arguments instead of > GNU Bash. I have no idea it means to "use /bin/sh with some arguments instead of GNU Bash" in the context of Org Babel, Geiser, and Guile. Then, please see my other mail, the reply

Re: Problem with org-babel and geiser

2022-03-27 Thread Rudolf Adamkovič
Neil Jerram writes: Hi Neil! > What do you see if you add ":results output" to the "#+begin_src" > line, and then C-c C-c again? #+BEGIN_SRC scheme :results output verbatim (+ 1 1) #+END_SRC #+RESULTS: : Geiser Interpreter produced no output > Did the patch help in your case? I had to

Re: Problem with org-babel and geiser

2022-03-23 Thread Neil Jerram
Hi Rudy, On Thu, 17 Mar 2022 at 17:07, Rudolf Adamkovič wrote: > > Bob Heffernan writes: > > > I did as you described and the patched version of ob-scheme.el *does* > > seem to solve the problem. > > Today, I needed to use Scheme with Org (9.5.2-24-g668205), and I found > that the #+RESULTS:

Re: Problem with org-babel and geiser

2022-03-22 Thread Zelphir Kaltstahl
Hello Rudy! On 3/22/22 21:51, Rudolf Adamkovič wrote: Zelphir Kaltstahl writes: Hello Zelphir! At some point something changed, I think, […] In Geiser or in Org? I use Geiser for work heavily and it works like magic. I ask because if the problem resides in Geiser, we could report a new

Re: Re: Problem with org-babel and geiser

2022-03-22 Thread Rudolf Adamkovič
Zelphir Kaltstahl writes: Hello Zelphir! > At some point something changed, I think, […] In Geiser or in Org? I use Geiser for work heavily and it works like magic. I ask because if the problem resides in Geiser, we could report a new bug there. Rudy -- "One can begin to reason only when a

Re: Re: Problem with org-babel and geiser

2022-03-18 Thread Zelphir Kaltstahl
Hello Rudy! On 3/18/22 17:00, emacs-orgmode-requ...@gnu.org wrote: Today, I needed to use Scheme with Org (9.5.2-24-g668205), and I found that the #+RESULTS: always come back empty. Oh, well! I use Guile and have everything configured correctly. Has anyone merged the patch discussed in this

Re: Problem with org-babel and geiser

2022-03-17 Thread Rudolf Adamkovič
Bob Heffernan writes: > I did as you described and the patched version of ob-scheme.el *does* > seem to solve the problem. Today, I needed to use Scheme with Org (9.5.2-24-g668205), and I found that the #+RESULTS: always come back empty. Oh, well! I use Guile and have everything configured

Re: Problem with org-babel and geiser

2022-02-05 Thread Bob Heffernan
On 22-02-05 19:39, Ihor Radchenko wrote: > It's not a good idea to modify Org packaged together with Emacs. For > testing, you can just use the attached version of ob-scheme.el. Load > your Emacs and Org mode, open the attached ob-scheme.el, and run M-x > eval-buffer. That should be sufficient to

Re: Problem with org-babel and geiser

2022-02-05 Thread Ihor Radchenko
Bob Heffernan writes: > Thank you for your response. > The patch you linked does seem to be intended to fix this issue. > > However, I have no experience with applying a patch (to Emacs or anything > else). > On my system, ob-scheme.el.gz can be found at > /usr/share/emacs/27.2/lisp/org > can I

Re: Problem with org-babel and geiser

2022-02-04 Thread Bob Heffernan
On 22-02-04 15:00, Ihor Radchenko wrote: > Does the patch in > https://orgmode.org/list/3462869.oopU1TnKvU@felipe-thinkpad-x200 help? Ihor, Thank you for your response. The patch you linked does seem to be intended to fix this issue. However, I have no experience with applying a patch (to Emacs

Re: Problem with org-babel and geiser

2022-02-03 Thread Ihor Radchenko
Bob Heffernan writes: > I am having trouble with evaluating scheme source-blocks in org-mode. > Specifically, in a minimal example such as this: > > #+title: Test > #+PROPERTY: header-args :session *scheme* > > #+begin_src scheme > (+ 1 1) > #+end_src > > When I evaluate the src block, the