From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Org 9.2.1 table issues [9.2.1 (9.2.1-dist @ /Users/nick/.emacs.d/lisp/org-9.2.1/)] Date: Tue, 19 Feb 2019 17:07:00 +0100 Message-ID: <87k1hvpxsr.fsf@nicolasgoaziou.fr> References: <874l95qq9c.fsf@nicolasgoaziou.fr> <87ftsmti8p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gw7vP-0002Vn-6N for emacs-orgmode@gnu.org; Tue, 19 Feb 2019 11:07:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gw7vN-00087V-75 for emacs-orgmode@gnu.org; Tue, 19 Feb 2019 11:07:15 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:57809) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gw7vM-00085H-Bq for emacs-orgmode@gnu.org; Tue, 19 Feb 2019 11:07:13 -0500 In-Reply-To: (Nick Helm's message of "Tue, 19 Feb 2019 12:17:51 +0000") 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: Nick Helm Cc: "emacs-orgmode@gnu.org" Hello, Nick Helm writes: > When the specified column width is one or two characters wider than the > longest cell in the column (26 and 27 char in the example below), the > shrunk column indicator and right-hand table borders do not draw > correctly. > > For example, shrink the following with C-c TAB: > > | <26> | > | this cell is 25 char long | > | | > > and you get: > > | <26> =E2=80=A6| > | this cell is 25 char long =E2=80=A6| > | | > > One char wider gives: > > | <27> =E2=80=A6| > | this cell is 25 char long =E2=80=A6| > | =E2=80=A6 Fixed. Thank you. Regards, --=20 Nicolas Goaziou