From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: Hiding cells in org table Date: Thu, 18 Jul 2013 09:17:33 -0400 Message-ID: References: <56b1fe1ddd5e69ed5bbf3e1f43ff2b8e@johnrakestraw.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzo5a-0001LZ-5a for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 09:17:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uzo5Y-0001Dx-Pb for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 09:17:46 -0400 Received: from plane.gmane.org ([80.91.229.3]:42302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzo5Y-0001Dl-JN for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 09:17:44 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uzo5V-0005dj-O7 for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 15:17:41 +0200 Received: from 169.15.137.27 ([169.15.137.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jul 2013 15:17:41 +0200 Received: from david by 169.15.137.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jul 2013 15:17:41 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org John Rakestraw writes: > Hi, David -- > > On 17.07.2013 14:02, david@adboyd.com wrote: >> I've scanned through the manuals, and see no way to do this, but. >> >> Is there anyway to block out the contents of a result field in a >> table, until >> I export it into an html file? >> >> I'm keeping track of my hours worked, with the dollar amounts paid >> calculated, >> and I don't want anyone wandering by my desk to be able to see how >> much I am >> being paid. >> >> Then I want the amount to show in the .html file that I export to >> have signed >> off on. > > I can't tell you how to hide the contents of a field, but this might > serve your purpose, assuming that you're paid a regular hourly > wage. How about setting a constant (see > http://orgmode.org/org.html#References and search for "Named > References")? You can do this in a property in the table. Have a > column formula that multiplies the number of hours worked times the > constant. > > For day-to-day purposes, you'd define the constant as "0" or "1". When > it's time to export and print your html file, change the constant to > your actual hourly rate and recalculate. Hmm, that's not a bad idea for a work around. Thanks.