From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: incorrect display of tables after alignment [9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/)] Date: Mon, 01 Jan 2018 20:07:49 +0100 Message-ID: <87a7xxwg6y.fsf@nicolasgoaziou.fr> References: <1514809445.962904.1220815248.4B47EF92@webmail.messagingengine.com> <87inclwhlq.fsf@nicolasgoaziou.fr> <1514832743.1427383.1221018480.1D892968@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eW5RC-00084S-Ro for emacs-orgmode@gnu.org; Mon, 01 Jan 2018 14:07:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eW5RB-0005Xj-Ro for emacs-orgmode@gnu.org; Mon, 01 Jan 2018 14:07:54 -0500 In-Reply-To: <1514832743.1427383.1221018480.1D892968@webmail.messagingengine.com> (Michel Schinz's message of "Mon, 01 Jan 2018 19:52:23 +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" To: Michel Schinz Cc: Bastien Guerry , emacs-orgmode@gnu.org Michel Schinz writes: > Ok, I will gladly do this, but I just want to point out that Org 9.1.8 is what one currently gets from Org's own ELPA. You can check it out by downloading the latest archive from https://orgmode.org/elpa/, namely: > > https://orgmode.org/elpa/org-20171228.tar > > The file org-version.el in that archive contains the following definition: > > (defun org-release () > "The release version of Org. > Inserted by installing Org mode or when a release is made." > (let ((org-release "9.1.8")) > org-release)) > > Did I make a mistake, or is there a problem with Org ELPA? I think this is an issue with Org ELPA. I'm cc'ing Bastien. Thank you for letting us know.