From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)] Date: Thu, 05 Dec 2019 00:28:35 -0500 Message-ID: <87eexjgx30.fsf@kyleam.com> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60481) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icjgw-0005nQ-Rt for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 00:28:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icjgu-0004Vn-T7 for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 00:28:42 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:55857) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1icjgu-0004SF-Iy for emacs-orgmode@gnu.org; Thu, 05 Dec 2019 00:28:40 -0500 In-Reply-To: <0100016ed4392587-b1efb2eb-f2d2-49d2-b77c-572deb0fff17-000000@email.amazonses.com> 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: Pankaj Jangid , "Fraga, Eric" Cc: "emacs-orgmode@gnu.org" 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