Re: ob-R: Error about longer than max-lines even with :result silent

2021-09-01 Thread Yasushi SHOJI
Hi Timothy, On Tue, Aug 31, 2021 at 10:40 PM Timothy wrote: > Thanks for going to the effort to document this Yasushi. I’ve taken a look at > your patches and they look quite good and straightforward to me. I’ve taken > the > liberty of pushing them to master. Thank you for taking your time for

Re: ob-R: Error about longer than max-lines even with :result silent

2021-08-31 Thread Timothy
Hi Yasushi, > Yes, that’s exactly what I was looking for. > > I’m attaching patches to document it. Nicolas, or anyone with commit > permission, if you find it useful please merge them. Thanks for going to the effort to document this Yasushi. I’ve taken a look at your patches and they look quite

Re: ob-R: Error about longer than max-lines even with :result silent

2021-08-15 Thread Yasushi SHOJI
Hi Charles, On Mon, Aug 16, 2021 at 3:04 AM Berry, Charles wrote: > > On Aug 15, 2021, at 6:19 AM, Yasushi SHOJI wrote: [...] > > It seems like the following ECM cause an error: > > Error (org-babel): Error reading results: (user-error "Region is > > longer than ‘org-table-convert-region-max-lin

Re: ob-R: Error about longer than max-lines even with :result silent

2021-08-15 Thread Berry, Charles
> On Aug 15, 2021, at 6:19 AM, Yasushi SHOJI wrote: > > Hello, > > It seems like the following ECM cause an error: > Error (org-babel): Error reading results: (user-error "Region is > longer than ‘org-table-convert-region-max-lines’ (999) lines; not > converting") > > I assumed that with ":re

ob-R: Error about longer than max-lines even with :result silent

2021-08-15 Thread Yasushi SHOJI
Hello, It seems like the following ECM cause an error: Error (org-babel): Error reading results: (user-error "Region is longer than ‘org-table-convert-region-max-lines’ (999) lines; not converting") I assumed that with ":results silent" it shouldn't warn or error about the output. Is it expected