Re: Library of Babel usage of other programming languages than elisp

2021-08-11 Thread Zelphir Kaltstahl
Hello Arne! Thanks for that. Do you happen to have an example, in which you are passing arguments to a procedure? Regards, Zelphir On 8/10/21 7:49 AM, Dr. Arne Babenhauserheide wrote: > Zelphir Kaltstahl writes: > >> I have repeatedly tried to use another programming language than elisp for >

Re: Library of Babel usage of other programming languages than elisp

2021-08-10 Thread Eric S Fraga
On Monday, 9 Aug 2021 at 16:03, Zelphir Kaltstahl wrote: > The CALL does not work at all for me, not even in the same document, while the > code works just fine in geiser. It results in and empty "#+RESULTS:" being > output below the "#+CALL: ..." and the error in *Messages*. Which indicates that

Re: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Dr. Arne Babenhauserheide
Zelphir Kaltstahl writes: > I have repeatedly tried to use another programming language than elisp for > writing source blocks in org-mode, which I intended to use as functions inside > org-mode spreadsheets. So far without success. I’m using scheme in org-mode during export (though not it tabl

Re: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Greg Minshall
Zelphir, > So I still have not understood, what the actual issue is with the > timediff function. Perhaps it is something about the imports. > > Thanks for taking the time to try and reproduce the behavior! you're welcome. if there's something else i might try, i'll be happy to try (to try). go

Re: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Zelphir Kaltstahl
Hi Greg! On 8/9/21 5:23 PM, Greg Minshall wrote: > Zelphir, > > actually... > > Everybody, > > i have an awkwardness about not being clear of the meaning of "Library > of Babel". my sense is it a collection of "subroutines". > > in my typical use of Org mode for programming, all my code blocks ar

Re: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Zelphir Kaltstahl
The CALL does not work at all for me, not even in the same document, while the code works just fine in geiser. It results in and empty "#+RESULTS:" being output below the "#+CALL: ..." and the error in *Messages*. I did not mention, that I did the lob ingest step as well. Sorry for incomplete info

Re: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Greg Minshall
Zelphir, actually... Everybody, i have an awkwardness about not being clear of the meaning of "Library of Babel". my sense is it a collection of "subroutines". in my typical use of Org mode for programming, all my code blocks are defined in the same .org file, and executed in that file, or tan

Re: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Eric S Fraga
On Monday, 9 Aug 2021 at 14:25, Zelphir Kaltstahl wrote: > the call in this case can be in the same document. I could copy the > code to each document I intend to use it in, without much of a > problem. Neater would of course be to have it in a global file, > collecting all sorts of snippets/funct

Re: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Zelphir Kaltstahl
Hi Eric, the call in this case can be in the same document. I could copy the code to each document I intend to use it in, without much of a problem. Neater would of course be to have it in a global file, collecting all sorts of snippets/functions. Regards, Zelphir On 8/9/21 3:34 PM, Eric S Frag

Re: Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Eric S Fraga
On Monday, 9 Aug 2021 at 12:52, Zelphir Kaltstahl wrote: > I have repeatedly tried to use another programming language than elisp > for writing source blocks in org-mode, which I intended to use as > functions inside org-mode spreadsheets. So far without success. I cannot help you directly with t

Library of Babel usage of other programming languages than elisp

2021-08-09 Thread Zelphir Kaltstahl
Hello Org-mode users! I have repeatedly tried to use another programming language than elisp for writing source blocks in org-mode, which I intended to use as functions inside org-mode spreadsheets. So far without success. Here is my latest attempt: START #+HEADER: :var dt1="uninitiali