From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Subject: Re: Re: org-table formulas with missing values Date: Tue, 08 Mar 2011 20:18:58 +0100 Message-ID: <86d3m1ctel.fsf@googlemail.com> References: <86aahitzny.fsf@googlemail.com> <86ei6utkez.fsf@googlemail.com> <87ipw5prxc.fsf@altern.org> <86vczxbzuy.fsf@googlemail.com> <86sjuzdg2c.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px2R9-0005YZ-DS for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 14:19:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px2R8-0002dL-EZ for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 14:19:15 -0500 Received: from lo.gmane.org ([80.91.229.12]:56467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px2R8-0002d9-4B for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 14:19:14 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Px2R4-0000l8-GZ for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 20:19:10 +0100 Received: from g231110176.adsl.alicedsl.de ([92.231.110.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2011 20:19:10 +0100 Received: from gruenderteam.berlin by g231110176.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2011 20:19:10 +0100 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 suvayu ali writes: > Since recently calc code block support was added to babel, why not use > that to process your table instead of table formulae? Wouldn't you > expect it would be easier to deal with NaN and its likes directly with > calc source compared to formulae? I'm going to try that. I just did my first little trial using org-tables as a spread-sheet and immediatly hit the problem of how to deal with empty cells in column formulars. Therefore I thought that must be a very common issue with some easy well-known solution. ____________________ Thorsten