From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Moreton Subject: Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)] Date: Fri, 06 Dec 2019 13:28:02 +0000 Message-ID: References: <0100016ed1d37aac-88e8671f-bb77-434f-a756-35131ada48db-000000@email.amazonses.com> <87lfrsc8zj.fsf@ucl.ac.uk> <0100016ed4392587-b1efb2eb-f2d2-49d2-b77c-572deb0fff17-000000@email.amazonses.com> <87eexjgx30.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53605) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idGyg-00087O-Sa for emacs-orgmode@gnu.org; Fri, 06 Dec 2019 12:01:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idGyf-0004Fj-Fw for emacs-orgmode@gnu.org; Fri, 06 Dec 2019 12:01:14 -0500 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:40532 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1idGyf-0004BN-4N for emacs-orgmode@gnu.org; Fri, 06 Dec 2019 12:01:13 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1idDeT-000Q89-K2 for emacs-orgmode@gnu.org; Fri, 06 Dec 2019 14:28:09 +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: emacs-orgmode@gnu.org On Thu 05 Dec 2019, Kyle Meyer wrote: > Pankaj Jangid writes: > >> C-c TAB is working but earlier the behaviour was to apply >> directive by default on next electric formatting. Has the behaviour >> changed in 9.3? > > 9.2, I believe, more specifically 6d6a30d4c (org-table: Implement shrunk > columns, 2017-06-27). The relevant NEWS entry, added in 6e5598dc3 > (Document new column display, 2017-08-19), is > > *** =align= STARTUP value no longer narrow table columns > > Columns narrowing (or shrinking) is now dynamic. See [[*Dynamically > narrow table columns]] for details. In particular, it is decoupled from > aligning. > > If you need to automatically shrink columns upon opening an Org > document, use =shrink= value instead, or in addition to align: > > #+BEGIN_EXAMPLE > ,#+STARTUP: align shrink > #+END_EXAMPLE > > Quickly digging, here are some related threads on the mailing list: > > https://lists.gnu.org/archive/html/emacs-orgmode/2017-07/msg00214.html > https://lists.gnu.org/archive/html/emacs-orgmode/2017-09/msg00217.html This is still a regression. The old behaviour allowed display of fixed width columns, even if that is wider than the content of cells in that column. This is useful for display of several related tables with aligned column dividers. How do I get the old behaviour back, rather than the new breakage ? AndyM