From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org table toggle narrowing and true column hiding Date: Fri, 23 Jun 2017 21:21:16 +0000 Message-ID: <87wp82bdtf.fsf@mat.ucm.es> References: <87o9thk827.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOW1D-0000DI-9D for emacs-orgmode@gnu.org; Fri, 23 Jun 2017 17:21:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOW19-0001k3-Co for emacs-orgmode@gnu.org; Fri, 23 Jun 2017 17:21:31 -0400 Received: from [195.159.176.226] (port=35992 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dOW19-0001jF-64 for emacs-orgmode@gnu.org; Fri, 23 Jun 2017 17:21:27 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dOW11-00045W-4H for emacs-orgmode@gnu.org; Fri, 23 Jun 2017 23:21:19 +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 >>> "Michael" == Michael Brand writes: > Hi Uwe > On Wed, Jun 21, 2017 at 11:24 AM, Uwe Brauer wrote: >> Any plans to implement true column hiding for org tables? > Not that I know of. How would you select a hidden column to unhide it? Similar as in LO/OO excel and friends, I would need to have org-table-toggle-coordinate-overlays on and so columns are indicated by $1, $2 etc and hidden columns would correspond to missing numbers |$1-+|$6 so $2, $3 $4 $5 are hidden > To view only one field at a time and optionally edit it you can use > "C-c `" with zero, one or -- the coolest -- two C-u prefixes: That is indeed cool thanks Uwe