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:34:44 -0500 Message-ID: <87r3k82qt7.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]:50793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtJwf-0004Zf-4w for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 13:35:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtJwb-0005Ji-SL for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 13:35:05 -0500 Received: from plane.gmane.org ([80.91.229.3]:44442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtJwb-0005JN-Lv for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 13:35:01 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZtJwa-0004dj-6K for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 19:35:00 +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:35:00 +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:35:00 +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: >> Although some people can make sense of a backtrace produced with > compiled code, it is far more useful to provide a backtrace produced > with *uncompiled* code. > > Apologies, I was unaware of that. I should have read that Info node first. > Below is a gist link to the full backtrace with uncompiled code. > > https://gist.github.com/kaushalmodi/b76de1274b7a7bfe6020 > I can reproduce it with the latest version too. It may have something to do with the recent conversion of ox-latex to lexical binding: I see closures all over the backtrace. > Here's more info about this issue I am facing: > - I cannot reproduce this error in emacs -Q with the same git version of org-mode in load-path. > - But I can reproduce this error consistently even if I "delete/move" my ~/.emacs.d/init.el and ~ > /.emacs.d/elpa. I do not have a ~/.emacs file. While this step should be equivalent to emacs -Q, it > doesn't seem to work that way for me. Even the load-path var is exact same as with emacs -Q (I install > org-mode in the share/emacs dir). > > While I resolve the mystery of why removing the init.el is not the same as emacs -Q for me, I hope that > the backtrace from uncompiled code can help point the problem in my emacs setup. > > Many thanks! -- Nick