From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea crotti Subject: Re: Some table questions Date: Fri, 04 Sep 2009 12:46:02 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjWJO-0008MQ-8g for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 06:46:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjWJJ-0008Kz-KB for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 06:46:33 -0400 Received: from [199.232.76.173] (port=41318 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjWJI-0008Kr-WD for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 06:46:29 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34051) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MjWJI-0002Ae-Ky for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 06:46:28 -0400 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjWJI-0001ff-00 for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 06:46:28 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MjWJF-0001Ar-R8 for emacs-orgmode@gnu.org; Fri, 04 Sep 2009 12:46:25 +0200 Received: from host-84-223-41-249.cust-adsl.tiscali.it ([84.223.41.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Sep 2009 12:46:25 +0200 Received: from andrea.crotti.0 by host-84-223-41-249.cust-adsl.tiscali.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Sep 2009 12:46:25 +0200 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: emacs-orgmode@gnu.org 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?