From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: New tutorial about using Org as a spreadsheet system Date: Wed, 27 Feb 2008 16:08:44 +0000 Message-ID: <8763wal6ur.fsf@bzg.ath.cx> References: <00bb01c87932$2d6cf460$6580a8c0@CUBE> 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 1JUOpu-0003Ot-Fo for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 11:08:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUOpt-0003Nb-7m for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 11:08:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUOps-0003NT-Q5 for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 11:08:48 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUOps-00042S-GG for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 11:08:48 -0500 Received: by ug-out-1314.google.com with SMTP id a2so403625ugf.48 for ; Wed, 27 Feb 2008 08:08:47 -0800 (PST) In-Reply-To: <00bb01c87932$2d6cf460$6580a8c0@CUBE> (Chris Randle's message of "Wed, 27 Feb 2008 11:16:15 -0000") 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: Chris Randle Cc: emacs-orgmode@gnu.org Hi Chris, "Chris Randle" writes: > As I followed along, I spotted a couple of things: > > 1) Under "Your first formula", the first vmean formula you show is a > column formula, whereas the text implies it should have been a field > formula. Well spotted, I fixed this. > 2) I'd never used #+CONSTANTS before, and as I followed along I > discovered that I had to do a 'C-c C-c' on the CONSTANTS line before the > table had knowledge of it. It might be good to make that explicit, > otherwise the table shows #ERRORs. I got to use my new-found debugging > knowledge to work out why! I added this line: (Don't forget to hit =C-c C-c= on the =#+CONSTANTS= line so that org-mode knows about it.) Thanks for the feedback. The updated version is an the Worg repo and should be exported to the HTML Worg website in about ten minutes. -- Bastien