From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: FIX missing case-folding in test-ob-emacs-lisp.el Date: Wed, 13 Mar 2013 18:19:38 +0100 Message-ID: References: <513F4D96.6000702@easy-emacs.de> <87r4jkzk12.fsf@bzg.ath.cx> <513F620C.6010207@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFpL4-0001SD-Mv for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 13:19:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFpL2-0005p7-R3 for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 13:19:42 -0400 Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:48516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFpL2-0005lJ-GE for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 13:19:40 -0400 Received: by mail-la0-f48.google.com with SMTP id fq13so1427710lab.35 for ; Wed, 13 Mar 2013 10:19:39 -0700 (PDT) In-Reply-To: <513F620C.6010207@easy-emacs.de> 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: =?ISO-8859-1?Q?Andreas_R=F6hler?= Cc: emacs-orgmode Hi Andreas On Tue, Mar 12, 2013 at 6:12 PM, Andreas R=F6hler wrote: > [...] > F test-org-table/compare > Basic: Compare field references in Calc. > (ert-test-failed > ((should > (equal expect result)) > :form > (equal " > | | 0 | z | | nan | uinf | -inf | inf | > |------+---+---+---+-----+------+------+-----| > | 0 | x | | | | | | | > | z | | x | | | | | | > | | | | x | | | | | > | nan | | | | x | | | | > | uinf | | | | | x | | | > | -inf | | | | | | x | | > | inf | | | | | | | x | > #+TBLFM: @I$<<..@>$> =3D if(\"$1\" =3D \"@1\", x, string(\"\")); E" " > | | 0 | z | | nan | uinf | -inf | inf | > |------+---+---+---+-----+------+------+-----| > | 0 | x | | x | | | | | > | z | | x | | | | | | > | | x | | x | | | | | > | nan | | | | x | | | | > | uinf | | | | | x | | | > | -inf | | | | | | x | | > | inf | | | | | | | x | > #+TBLFM: @I$<<..@>$> =3D if(\"$1\" =3D \"@1\", x, string(\"\")); E") > [...] This and all other =93test-org-table/.*=94 look exactly as when I was working on some spreadsheet features: http://article.gmane.org/gmane.emacs.orgmode/63975 Therefore for me it seems that your lisp/org-table.el is older than testing/lisp/test-org-table.el and does not match. Are you sure you don=92t have a mixed installation? What is the output of M-x org-version that would show this? Michael