Re: [O] [PATCH] ob-scheme.el: Fix scheme blocks ignoring :results in formatting

2018-06-21 Thread Nicolas Goaziou
Hello, Henry Blevins writes: > Attached is the patch adding tests for verbatim and list result types. Applied both patches. Thank you. > I have signed FSF papers. Great. I added you to the list of contributors. > I know these are small enough changes not to require that and can add > "TINYCH

Re: [O] [PATCH] ob-scheme.el: Fix scheme blocks ignoring :results in formatting

2018-06-21 Thread Henry Blevins
Nicolas, Attached is the patch adding tests for verbatim and list result types. > If you haven't signed FSF papers yet, you need to add "TINYCHANGE" at > the end of your commit message. I have signed FSF papers. I know these are small enough changes not to require that and can add "TINYCHANGE"

Re: [O] [PATCH] ob-scheme.el: Fix scheme blocks ignoring :results in formatting

2018-06-21 Thread Henry Blevins
Neil Jerram writes: > But if I want the table output > > | 1 | 2 | 3 | > > will there still be a way to get it? (I'm sure I have org files that > need this!) This patch will not affect any of your existing org files unless you have specified you want the block to output as 'verbatim', 'scalar' o

Re: [O] [PATCH] ob-scheme.el: Fix scheme blocks ignoring :results in formatting

2018-06-21 Thread Neil Jerram
Henry Blevins writes: > Currently, scheme babel blocks ignore :results header arguments like > 'verbatim' and attempt to format all output as tables. This patch corrects > that and performs the user supplied formatting. > > This is my first time contributing a patch, so I apologize if I have made

Re: [O] [PATCH] ob-scheme.el: Fix scheme blocks ignoring :results in formatting

2018-06-21 Thread Nicolas Goaziou
Hello, Henry Blevins writes: > Currently, scheme babel blocks ignore :results header arguments like > 'verbatim' and attempt to format all output as tables. This patch corrects > that and performs the user supplied formatting. > > This is my first time contributing a patch, so I apologize if I h

[O] [PATCH] ob-scheme.el: Fix scheme blocks ignoring :results in formatting

2018-06-20 Thread Henry Blevins
Currently, scheme babel blocks ignore :results header arguments like 'verbatim' and attempt to format all output as tables. This patch corrects that and performs the user supplied formatting. This is my first time contributing a patch, so I apologize if I have made any mistakes in submitting this.