From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: "Variable binding depth exceeds max-specpdl-size" behavior induced by footnotes [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)] Date: Mon, 28 Dec 2015 21:41:36 +0100 Message-ID: <87k2nytif3.fsf@nicolasgoaziou.fr> References: <56806B3D.8060309@o-o-x.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDea0-0004E8-KL for emacs-orgmode@gnu.org; Mon, 28 Dec 2015 15:39:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDeZz-0005Xe-GI for emacs-orgmode@gnu.org; Mon, 28 Dec 2015 15:39:44 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:43074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDeZz-0005Wy-AU for emacs-orgmode@gnu.org; Mon, 28 Dec 2015 15:39:43 -0500 In-Reply-To: <56806B3D.8060309@o-o-x.com> (Alexander Huang's message of "Sun, 27 Dec 2015 17:50:37 -0500") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alexander Huang Cc: emacs-orgmode@gnu.org Hello, Alexander Huang writes: > * description > > using the example below, calling =org-html-export-as-html= leads to a > =mapc: Variable binding depth exceeds max-specpdl-size= error. > > #+BEGIN_SRC org :file example-file.org > > # must be non-leading > x[fn:A] > > # must be leading > [fn:A] > > # must be non-leading > x[fn:B] > > # must be non-leading, and non-"a" entry > x[fn:B] > > #+END_SRC I cannot reproduce the problem on development version. I didn't try on stable version, tho. You may want to upgrade Org. Regards, -- Nicolas Goaziou