From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-mode git master. ox-latex export errors out due to a table Date: Mon, 02 Nov 2015 13:57:19 -0500 Message-ID: <87ziywjkkw.fsf@alphaville.usersys.redhat.com> References: <87y4eg2spv.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtKIO-0000Sl-Te for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 13:57:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtKIL-0001E1-NK for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 13:57:32 -0500 Received: from plane.gmane.org ([80.91.229.3]:45857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtKIL-0001Dx-GV for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 13:57:29 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZtKIJ-0005Lz-AC for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 19:57:27 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Nov 2015 19:57:27 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Nov 2015 19:57:27 +0100 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: emacs-orgmode@gnu.org Kaushal Modi writes: > @Nick Dokos Are you are on a commit before or after this lexical binding change? http://orgmode.org/ > cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 > > The failure symtoms in my backtrace look like they could be related to this change. I think that is right. The problem seems to be with the search-refs function defined in the let* in org-latex--delayed-footnotes-definitions and passed down to org-element-map which tries to find it in the lexical environment and fails. -- Nick