From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michel Schinz 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 19:52:23 +0100 Message-ID: <1514832743.1427383.1221018480.1D892968@webmail.messagingengine.com> References: <1514809445.962904.1220815248.4B47EF92@webmail.messagingengine.com> <87inclwhlq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eW5CG-0004Rw-Pf for emacs-orgmode@gnu.org; Mon, 01 Jan 2018 13:52:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eW5CD-0005fE-LJ for emacs-orgmode@gnu.org; Mon, 01 Jan 2018 13:52:28 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:39105) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eW5CD-0005ew-CU for emacs-orgmode@gnu.org; Mon, 01 Jan 2018 13:52:25 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 1B15A21CF2 for ; Mon, 1 Jan 2018 13:52:24 -0500 (EST) In-Reply-To: <87inclwhlq.fsf@nicolasgoaziou.fr> 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: emacs-orgmode@gnu.org Hello, On Mon, Jan 1, 2018, at 19:37, Nicolas Goaziou wrote: > There is no such thing as Org version 9.1.8. Latest stable release is > Org 9.1.5. > > As I cannot reproduce it (I'm not on macOS) on maint (stable branch), > I suggest to update Org and try again. It may be related to a bug > recently fixed. 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? Michel.