Re: "Wrong number of arguments: nil, 0" error when exporting a table with caption to ODT

2020-04-05 Thread Kyle Meyer
Perl Ancar writes: > On Sun, Apr 5, 2020 at 12:16 PM Kyle Meyer wrote: > >> > Any pointer? >> >> If upgrading doesn't work for you (or you'd just like to investigate), >> doing "M-x toggle-debug-on-error" and getting a backtrace could be a >> good place to start. >> > > Unfortunately after M-x t

Re: "Wrong number of arguments: nil, 0" error when exporting a table with caption to ODT

2020-04-05 Thread Perl Ancar
On Sun, Apr 5, 2020 at 12:16 PM Kyle Meyer wrote: > Perl Ancar writes: > > > I tried exporting a document with table that has caption to ODT and it > > failed with this error message: > > > > OpenDocument export failed: Wrong number of arguments: nil, 0 > > > > Sample document: > > > > #

Re: "Wrong number of arguments: nil, 0" error when exporting a table with caption to ODT

2020-04-04 Thread Kyle Meyer
Perl Ancar writes: > I tried exporting a document with table that has caption to ODT and it > failed with this error message: > > OpenDocument export failed: Wrong number of arguments: nil, 0 > > Sample document: > > #+CAPTION: some caption > | row1 | Trying with the latest release o

"Wrong number of arguments: nil, 0" error when exporting a table with caption to ODT

2020-04-04 Thread Perl Ancar
Dear all, I tried exporting a document with table that has caption to ODT and it failed with this error message: OpenDocument export failed: Wrong number of arguments: nil, 0 Sample document: #+CAPTION: some caption | row1 | Export is successful when caption is removed. Export is s