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 19:37:21 +0100 Message-ID: <87inclwhlq.fsf@nicolasgoaziou.fr> References: <1514809445.962904.1220815248.4B47EF92@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eW4xl-00089y-59 for emacs-orgmode@gnu.org; Mon, 01 Jan 2018 13:37:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eW4xh-00071X-7F for emacs-orgmode@gnu.org; Mon, 01 Jan 2018 13:37:29 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:59075) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eW4xh-00071D-1d for emacs-orgmode@gnu.org; Mon, 01 Jan 2018 13:37:25 -0500 In-Reply-To: <1514809445.962904.1220815248.4B47EF92@webmail.messagingengine.com> (Michel Schinz's message of "Mon, 01 Jan 2018 13:24:05 +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: emacs-orgmode@gnu.org Hello, Michel Schinz writes: > The latest version(s) of Org have a weird display issue (at least on > macOS) when tables are aligned. To see it, launch Emacs with "-Q" and > then add the directory containing the latest Org to the load-path. Then, > open an empty Org file (e.g. /tmp/foo.org) and paste the following > partial table into it: > > |xxx|zzz > |0 > > Then, with the cursor on the "0" (e.g.), hit C-c C-c to realign the > table. Visually, the result will look like this: > > | xxx | zzz | > | | | > > That is, the 0 will have disappeared, and the vertical lines will not be > aligned. Then save the file, kill the buffer, and reload the file. What > now appears is the correct table, i.e. > > | xxx | zzz | > | 0 | | > > I am able to reproduce this bug both when Emacs is launched as graphical > application, and in the terminal when launched with "-nw". > > Michel. > > Emacs : GNU Emacs 25.3.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1911)) > of 2017-09-12 > Package: Org mode version 9.1.8 (9.1.8-elpa @ /Users/michelschinz/.emacs.d/elpa/org-20171228/) 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. Regards, -- Nicolas Goaziou