From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [RFC] Shrink columns dynamically Date: Tue, 11 Jul 2017 08:16:38 +0200 Message-ID: References: <87bmoswkvs.fsf@nicolasgoaziou.fr> <87d198uznu.fsf@mat.ucm.es> <87o9ss4aj4.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUoUo-00037B-SX for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 02:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUoUk-0007sB-TG for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 02:18:06 -0400 Received: from mail-qk0-f173.google.com ([209.85.220.173]:34662) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUoUk-0007nx-NA for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 02:18:02 -0400 Received: by mail-qk0-f173.google.com with SMTP id d78so92081827qkb.1 for ; Mon, 10 Jul 2017 23:17:40 -0700 (PDT) In-Reply-To: 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: Org Mode Hi Nicolas On Tue, Jul 11, 2017 at 12:11 AM, Kaushal Modi wrote: > The feature works nicely as explained, but please do not remove the width > cookie! > > The new feature supports only completely hiding a column. But what we lose > by removal of width cookie is: > > - Ability to truncate text in columns to a particular width (like 10) so > that I can at least know what the content of that cell is about. And then to > edit the cell, I would do C-c ` (org-table-edit-field). This is very useful > for cells with verbose texts. That way, I can fit all the columns in a > single screen width. > - Also heavily missed will be retaining the narrowed/hidden state of the > columns. +1 Also I hope that you can build in complete removal of columns for export similar to as discussed around here: http://lists.gnu.org/archive/html/emacs-orgmode/2016-04/msg00672.html Michael