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:38:34 -0500 Message-ID: <87mvuw2qmt.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]:51751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtK1Y-0005yg-Rr for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 13:40:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtK1V-0006Jf-Ji for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 13:40:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:44771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtK1V-0006IX-EC for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 13:40:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZtK1T-0000EP-DY for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 19:40:03 +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:40:03 +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:40:03 +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: > Some more info: > > I cannot recreate this error when using > - my emacs config > - the same emacs build from git > - BUT the latest org-plus-contrib from org elpa: Org-mode version 8.3.2 (8.3.2-10-g00dacd-elpaplus @ / > home/kmodi/.emacs.d/elpa_25_0/org-plus-contrib-20151005/) > > So it is some change between: > - 8.3.2-10-g00dacd-elpaplus, and > - release_8.3.2-251-g4ca117 > My guess is that it's this commit: commit 8bccb2131374bba8c82c2774abb34af488826ce4 Author: Nicolas Goaziou Date: Thu Oct 29 19:03:52 2015 +0100 ox-latex: Use lexical binding but I haven't reverted it yet to check. > Now I just need to decode what "g4ca117" means in that version that does not work for me. It doesn't > seem to be any part of the git hash for the commit I am on ( http://orgmode.org/cgit.cgi/org-mode.git/ > commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 ) The "g" stands for "git" and it's not part of the SHA1: 4ca117 are the first six digits of the SHA1 at the HEAD of the branch: commit 4ca1179c9e9c707267ac3738cc7c8442001b204b Author: Nicolas Goaziou Date: Sun Nov 1 00:58:57 2015 +0100 ox-odt: Use lexical binding -- Nick