From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: Re: property constants in elisp formulas Date: Fri, 2 Nov 2007 19:37:22 -0500 Message-ID: References: <175b171f1e8865fc51f80ff2a09b7fb7@science.uva.nl> <0B360E2E-8D16-4FDA-883E-8A245EEB9848@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Io70w-0005aP-0S for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 20:37:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Io70u-0005Yi-Fd for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 20:37:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io70u-0005YN-7H for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 20:37:24 -0400 Received: from fk-out-0910.google.com ([209.85.128.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Io70t-0005In-Vo for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 20:37:24 -0400 Received: by fk-out-0910.google.com with SMTP id 19so1410420fkr for ; Fri, 02 Nov 2007 17:37:23 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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: Carsten Dominik Cc: org-mode list On 11/1/07, Carsten Dominik wrote: > >>> > >>> Lastly, since I'm whining, there's a bug in the formula editor that > >>> I'm not sure if I've mentioned before. Edit the table below with > >>> C-c > >>> '. The '(@-I$2..$2) will become '(@-I$2..B&) which causes #ERRORs. > > This is the same, @-I$2..$2 is the same as @-I$2..B& > > The errors are caused by interpolations: you get something like > > (car '2 18 58) > > which is obvioulsly a bug. You need to enclose the properties in > parenthesis, > or supply the parenthesis in the formula, so that interpolation will > lead to > > (car '(2 18 58)) Actually, that wasn't what I was seeing. In the table formula editor it highlight the region represented by @-I$2..B& as though it were @-I$2..$3. I'll have to see if I can put together a better recreate. I have this happen on my machine at work, but it's not happening not at home. Sorry. Edd