> On Aug 15, 2021, at 6:19 AM, Yasushi SHOJI <yasushi.sh...@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