Re: [O] [PATCH] An amended to the enhance Org babel for scheme blocks

2017-07-24 Thread José L. Doménech
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

Re: [O] [PATCH] An amended to the enhance Org babel for scheme blocks

2017-07-24 Thread Nicolas Goaziou
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

Re: [O] [PATCH] An amended to the enhance Org babel for scheme blocks

2017-07-24 Thread José L. Doménech
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

Re: [O] [PATCH] An amended to the enhance Org babel for scheme blocks

2017-07-23 Thread Nicolas Goaziou
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

[O] [PATCH] An amended to the enhance Org babel for scheme blocks

2017-07-17 Thread José L. Doménech
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