From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org table toggle narrowing and true column hiding Date: Sat, 24 Jun 2017 21:06:21 +0000 Message-ID: <87fuephz8y.fsf@mat.ucm.es> References: <87o9thk827.fsf@mat.ucm.es> <87mv8z7v80.fsf@nicolasgoaziou.fr> <87podvowxl.fsf@mat.ucm.es> <87r2y94vq0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOsGN-0003uf-T5 for emacs-orgmode@gnu.org; Sat, 24 Jun 2017 17:06:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOsGK-00040A-Qc for emacs-orgmode@gnu.org; Sat, 24 Jun 2017 17:06:39 -0400 Received: from [195.159.176.226] (port=50172 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dOsGK-0003zs-Iu for emacs-orgmode@gnu.org; Sat, 24 Jun 2017 17:06:36 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dOsG9-0002MQ-Kp for emacs-orgmode@gnu.org; Sat, 24 Jun 2017 23:06:25 +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 > Hello, > Uwe Brauer writes: > I toyed with the idea, and came up with a proof-of-concept, attached to > this message. > Basically, it defines two user-facing functions: `org-table-hide-column' > and `org-table-show-column'. Whenever the contents of an hidden column > is changed by the user, the column is shown automatically. Great thanks I will test this now, I presume this patch is against the latest stable version?