From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: [RFC] Shrink columns dynamically Date: Mon, 31 Jul 2017 17:29:08 -0500 Message-ID: <8760e8kzpn.fsf@alphapapa.net> References: <87bmoswkvs.fsf@nicolasgoaziou.fr> <87d198uznu.fsf@mat.ucm.es> <87o9ss4aj4.fsf@nicolasgoaziou.fr> <87inj0m5v5.fsf@mat.ucm.es> <878tjwuhxe.fsf@nicolasgoaziou.fr> <87o9sr5vzl.fsf@mat.ucm.es> <874lujv26h.fsf@nicolasgoaziou.fr> <87o9srxtec.fsf@mat.ucm.es> <87r2xntd3k.fsf@nicolasgoaziou.fr> <87fue3xjsl.fsf@mat.ucm.es> <877ezftb39.fsf@nicolasgoaziou.fr> <87fue23i4l.fsf@nicolasgoaziou.fr> <87iniyrug0.fsf@yandex.com> <158a779e34564ef98104c442384dadd3@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87mv89skje.fsf@delle7240.chemeng.ucl.ac.uk> <87d18mmbo2.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcJCe-0004xa-5t for emacs-orgmode@gnu.org; Mon, 31 Jul 2017 18:30:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcJCb-0001Gu-44 for emacs-orgmode@gnu.org; Mon, 31 Jul 2017 18:30:20 -0400 Received: from [195.159.176.226] (port=46285 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcJCa-0001GR-TZ for emacs-orgmode@gnu.org; Mon, 31 Jul 2017 18:30:17 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dcJCP-0002A0-R9 for emacs-orgmode@gnu.org; Tue, 01 Aug 2017 00:30:05 +0200 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 Nicolas Goaziou writes: > Moreover, I added two new STARTUP keywords: "shrink" and "noshrink", > which allow to apply aforementioned `org-table-shrink' command on all > tables upon opening a document. Not that "align" no longer toggle column > width. Hi Nicolas, I'm late to this conversation, but thank you for keeping the width cookies. I have a large Org file with some large tables with wide columns, and being able to restrict the width of one of the columns is essential to keeping others on the screen. My only feedback here is that maybe the startup keywords would be more descriptive if they were something like "table-shrink" or "column-shrink". I could imagine some new Org users conflating "folded" and "shrink" until they have used a more advanced feature like table column width cookies. :) Thanks, Adam