On Mon, 24 Jul 2017 12:06:09 +0200,
Nicolas Goaziou wrote:
>
> Hello,
> I made the changes suggested above and added a "TINYCHANGE" cookie at
> the end of the commit message since I don't know I you signed the FSF
> papers already. I you haven't, please consider doing it.
>
> Thank you!
>
> Re
Hello,
"José L. Doménech" writes:
> No, but I don't know what is the preferred format for the entries. So
> instead of a patch i send the complete entries.
OK.
> * Scheme: new function: ~org-babel-scheme-table-or-string~
>
> New helper function to convert the return value from the schem
On Sun, 23 Jul 2017 11:32:14 +0200,
Nicolas Goaziou wrote:
Hello
>
> Hello,
>
> "José L. Doménech" writes:
>
>
> Thank you. Some comments follow.
>
>
> :version "26.1"
> :package-version '(Org . "9.1")
>
Done.
>
> (eq el '()) -> (null el)
>
Done.
>
> The parenthesis needs to be moved a
Hello,
"José L. Doménech" writes:
> Enhance the babel block for scheme.
>
> Allows scheme code blocks to return a table and add a :prologue param
> to the scheme blocks. All :prologue params are prepended to the
> body of code.
>
> * lisp/ob-scheme.el (org-babel-scheme-null-to): New custom optio
Hello again, I have added a :prologue param to the scheme blocks of babel.
This multiple option prepends all the values in the generated code of the
block.
This patch also includes the previous one that enabled returning a table
when evaluating a scheme block.
A changelog:
Enhance the babel bloc