From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Explicit <6> table column width [9.0.9 (release_9.0.9-754-g940c90)] Date: Sat, 19 Aug 2017 12:15:23 +0200 Message-ID: <87fucnlv7o.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dj0mv-000310-Sp for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 06:15:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dj0ms-0006Wx-OD for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 06:15:29 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:56928) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dj0ms-0006WZ-I8 for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 06:15:26 -0400 In-Reply-To: (Paul Stansell's message of "Sun, 13 Aug 2017 19:54:25 +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: Paul Stansell Cc: emacs-orgmode@gnu.org Hello, Paul Stansell writes: > I think there might be a something wrong when explicitly setting a width > of a table column. > > For example, for this table > > |---+------------------------------| > | | <6> | > | 1 | one | > | 2 | This is a long chunk of text | > | 3 | three | > |---+------------------------------| > > when I press in the table the view changes to > > |---+------------------------------| > | | <6> | > | 1 | one | > | 2 | This i | > | 3 | three | > |---+------------------------------| > > and when I press C-c the view toggles between > > |---+--------| > | | <6> | > | 1 | one | > | 2 | This is a long chunk of text | > | 3 | three | > |---+--------| > > and > > |---+------------------------------| > | | <6> | > | 1 | one | > | 2 | This is a long chunk of text | > | 3 | three | > |---+------------------------------| Fixed. Thank you. Regards, -- Nicolas Goaziou