[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ob-R: Error about longer than max-lines even with :result silent
From: |
Berry, Charles |
Subject: |
Re: ob-R: Error about longer than max-lines even with :result silent |
Date: |
Sun, 15 Aug 2021 18:04:41 +0000 |
> On Aug 15, 2021, at 6:19 AM, Yasushi SHOJI <yasushi.shoji@gmail.com> 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 ":results silent" it shouldn't warn or error about
> the output. Is it expected or a bug?
>
This is expected per the `org-babel-insert-result' docstring.
However, the documentation does not mention that `:results none' is an option.
Is that what you want?
HTH,
Chuck