From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Table columns not aligning when width set Date: Sat, 19 Aug 2017 12:15:39 +0200 Message-ID: <87bmnblv78.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dj0nC-0003AD-H8 for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 06:15:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dj0nA-0006cH-W6 for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 06:15:46 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:33391) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dj0nA-0006a0-KE for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 06:15:44 -0400 In-Reply-To: (William Denton's message of "Tue, 8 Aug 2017 14:53:33 -0400 (EDT)") 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: William Denton Cc: emacs-orgmode@gnu.org Hello, William Denton writes: > I noticed this last week, but I'm on vacation. I'm compiling and running Org > and Emacs from source, and have been keeping up to date, but the problem's been > there for a while. For Org, I'm on the master branch, not tables, and running > "make update" to update. > > In the example below, the <40> and <10> widths are not respected. If you hit > C-c C-C on the STARTUP line, first one things goes wrong and then another, and > you can toggle back and forth. > > Bill > > # ---------- > > #+TITLE: Table column problem > #+STARTUP: align > > | Forty | Ten | > | <40> | <10> | > |------------------------------------------+--------------------------| > | This cell has more than forty characters in it, but it won't align | Under. | > | This cell has under forty characters. | More than ten over here. | > > # ---------- Fixed. Thank you. Regards, -- Nicolas Goaziou