From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Some table questions Date: Fri, 4 Sep 2009 13:16:49 +0200 Message-ID: <0EF51F0E-6F4F-4AFD-943B-B3588DC435DB@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjWms-0007u7-Pa for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:17:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjWmm-0007sK-Vy for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:17:01 -0400 Received: from [199.232.76.173] (port=55115 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjWml-0007s9-HK for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:16:55 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:56302) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjWml-0000k1-2r for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 07:16:55 -0400 Received: by ewy7 with SMTP id 7so744604ewy.31 for ; Fri, 04 Sep 2009 04:16:54 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: andrea crotti Cc: emacs-orgmode@gnu.org On Sep 4, 2009, at 12:46 PM, andrea crotti wrote: > Carsten Dominik writes: > >> No, this is not possible currently. >> > > Well but I can set up formulas for an entire column like for example: > > | 1 | 1 | > | 2 | 4 | > #+TBLFM: $2=$1^2 > > If I could hide one column with another setting than I would be able > to > apply the formula on a hidden field.. > > I'm not sure it's so easy to do though, but it could open other > possibilities, no? On way to hide a column is this: #+STARTUP: align | | <2> | | 1 | 1 | | 2 | 4 | #+TBLFM: $2=$1^2 Another way would be to use font-lock to display something over the content. But I don't think this is an option we should have. You can encrypt entire sections using org-crypt.el - Carsten > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode