From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug in org-element-footnote-definition-parser? Date: Wed, 08 Jan 2014 18:37:55 +0100 Message-ID: <8761pubci4.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0x4b-0003p5-Iz for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 12:37:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0x4T-0003A5-60 for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 12:37:45 -0500 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:40219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0x4S-00039y-V5 for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 12:37:37 -0500 Received: by mail-we0-f172.google.com with SMTP id p61so1781250wes.31 for ; Wed, 08 Jan 2014 09:37:36 -0800 (PST) In-Reply-To: (Mark Edgington's message of "Wed, 8 Jan 2014 11:59:41 -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: Mark Edgington Cc: emacs-orgmode Hello, Mark Edgington writes: > I have encountered the following error message when trying to export > to latex the attached example org file: > > org-element-footnote-definition-parser: Invalid search bound (wrong > side of point) > > What is curious is that changing the number of "xxxx"'s in [fn:1] to 2 > instead of 3 allows it to compile. Likewise, just changing the number > of 'words' in the second macro (5th column of the table) also can > eliminate the error and allow the document to compile. Also, getting > rid of the #+BEGIN line also allows it to compile... > > I have omitted the tree which contains data for generating the table, > which isn't relevant for reproducing the error / bug. All of the > above comments are based on using git rev. 95416856 (Dec 26). I cannot reproduce the error in either master or maint branch. > I also recently updated to d310a87605 (Jan 8), and instead get the error: > > byte-code: Wrong number of arguments: #[(tree data) ...[binary > omitted]... [tree cl-struct-avl-tree--tags data avl-tree--do-delete 0 > error "avl-tree--cmpfun accessing a non-avl-tree-" 2 > "avl-tree--dummyroot accessing a non-avl-tree-" 1] 5 > ("/usr/share/emacs/23.3/lisp/emacs-lisp/avl-tree.elc" . 14229)], 4 You need to restart Emacs. I changed the structure of the cache in master branch. Regards, -- Nicolas Goaziou