From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Org ignores column-width specifications in tables Date: Thu, 28 Feb 2019 20:02:02 +0100 Message-ID: <87y35zohxx.fsf@nicolasgoaziou.fr> References: 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]:55985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzQwm-0005f4-Bf for emacs-orgmode@gnu.org; Thu, 28 Feb 2019 14:02:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzQwk-0007dh-MA for emacs-orgmode@gnu.org; Thu, 28 Feb 2019 14:02:20 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:40869) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gzQwk-0007W0-Ea for emacs-orgmode@gnu.org; Thu, 28 Feb 2019 14:02:18 -0500 In-Reply-To: (Galen Menzel's message of "Thu, 28 Feb 2019 10:29:05 -0800") 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: Galen Menzel Cc: Org Mode Hello, "Galen Menzel" writes: > I=E2=80=99m seeing that in org 9.2.1 (from org-plus-contrib 20190225) tab= les > are not respecting column-width specifications. For example, if > I create the following table > > | Header 1 | > | <10> | > | This column should be truncated to 10 characters | > > When I align it in org 9.1.9, I get the following: > > | Header 1 | > | <10> | > | This col=3D> | Narrowing columns is decoupled from alignment. Use `C-c ` to shrink or expand it. Regards, --=20 Nicolas Goaziou