From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug in ox.el Date: Wed, 13 Sep 2017 12:38:20 +0200 Message-ID: <87poauq3xf.fsf@nicolasgoaziou.fr> References: <874ls7kqbp.fsf@delle7240.chemeng.ucl.ac.uk> 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]:56630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ds53v-0006Js-6T for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 06:38:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ds53q-0001jm-37 for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 06:38:31 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:60833) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ds53p-0001iE-Qh for emacs-orgmode@gnu.org; Wed, 13 Sep 2017 06:38:25 -0400 In-Reply-To: (Qiang Fang's message of "Wed, 13 Sep 2017 16:30:32 +0800") 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: Qiang Fang Cc: emacs-orgmode@gnu.org 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 compl= ete bug > report is: > > "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99" exceeded, wh= en 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-interpr= et-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, --=20 Nicolas Goaziou