From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: org table toggle narrowing and true column hiding Date: Wed, 21 Jun 2017 09:24:00 +0000 Message-ID: <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]:42298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNbsx-0000eY-MK for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 05:25:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNbsu-0004bl-GN for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 05:25:15 -0400 Received: from [195.159.176.226] (port=49739 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dNbsu-0004ao-9k for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 05:25:12 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dNbsm-00044f-8j for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 11:25:04 +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 Hi Googling showed me that the question has been asked 2 years ago, so I repeat it just in case: Any plans to implement true column hiding for org tables? Concerning narrowing (poor man version of hiding) | Name | passport | Other | | | <2> | | | John Doe | 1234567 | | In a org mode buffer (not here in a message buffer even with orgtbl-mode enabled) C-c C-C gives | Name | <2> | Other | | | <2> | | | John Doe | <2> | | The question is simple: how can a toggle narrowing? thanks Uwe Brauer