From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Galen Menzel" Subject: Re: Bug: Org ignores column-width specifications in tables Date: Thu, 28 Feb 2019 11:07:10 -0800 Message-ID: References: <87y35zohxx.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzR1i-0000Tj-GE for emacs-orgmode@gnu.org; Thu, 28 Feb 2019 14:07:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzR1e-0001RQ-3B for emacs-orgmode@gnu.org; Thu, 28 Feb 2019 14:07:24 -0500 Received: from mail-pl1-x631.google.com ([2607:f8b0:4864:20::631]:35055) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gzR1X-0001Pb-2W for emacs-orgmode@gnu.org; Thu, 28 Feb 2019 14:07:17 -0500 Received: by mail-pl1-x631.google.com with SMTP id p19so10199140plo.2 for ; Thu, 28 Feb 2019 11:07:12 -0800 (PST) In-Reply-To: <87y35zohxx.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: Nicolas Goaziou Cc: Org Mode On 28 Feb 2019, at 11:02, Nicolas Goaziou wrote: > Hello, > > "Galen Menzel" writes: > >> I’m seeing that in org 9.2.1 (from org-plus-contrib 20190225) >> tables >> 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=> | > > Narrowing columns is decoupled from alignment. Use `C-c ` to > shrink or expand it. Ah I missed that. Works fine as you describe — thanks! Best, Galen