From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qiang Fang Subject: Re: Bug in ox.el Date: Thu, 14 Sep 2017 09:35:02 +0800 Message-ID: References: <874ls7kqbp.fsf@delle7240.chemeng.ucl.ac.uk> <87poauq3xf.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsJ3b-0004R0-HP for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 21:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsJ3a-0008H3-Dl for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 21:35:07 -0400 Received: from mail-pf0-x22e.google.com ([2607:f8b0:400e:c00::22e]:44623) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsJ3a-0008EU-7o for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 21:35:06 -0400 Received: by mail-pf0-x22e.google.com with SMTP id e1so2860673pfk.1 for ; Wed, 13 Sep 2017 18:35:04 -0700 (PDT) In-Reply-To: <87poauq3xf.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org >> Does this issue happen with "ox-odt.el" bundled with Org? If so, could >> you provide an ECM? The issue happen with list-table in the unofficial ox-odt, list-table enabl= es list in tables, it's very cool. >> The standard version of org has a lot of limitations. > Please report them, and, if possible, help fixing them. Most problem I reported are fixed in this repo: https://github.com/kjambunathan/org-mode-ox-odt And I think there is no one more capable and willing to fix issues related = to ox-odt than the original author. It will benifit more people if we can include it in the official org-mode. Can anyone tell me whether if my approach will work: The author of ox-odt gives me his code as a gift, and it becomes mine, the = I can do everything with it, right? On 9/13/17, Nicolas Goaziou wrote: > Hello, > > Qiang Fang writes: > >> The standard version of org has a lot of limitations. > > Please report them, and, if possible, help fixing them. > >> In case you won't check the issue because of it not copy right. The >> complete bug >> report is: >> >> "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99" exceeded, w= hen using >> cookies with List Tables. > > Does this issue happen with "ox-odt.el" bundled with Org? If so, could > you provide an ECM? > >> org-export-table-cell-alignment uses org-export-data to infer cookies of >> some >> columns. I think, it should use other mechanisms like >> org-element-interpret-data >> (may be). > > I disagree. For example > > | @@html:text 1.2 | > > doesn't express a number with `org-element-interpret-data', although it > is a number when exporting, i.e., to LaTeX. > > There is only one way to know if the cell is going to be a number during > export: effectively exporting it. > > Regards, > > -- > Nicolas Goaziou >