From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Tables for attendance lists - A problem understanding TBLFM? Date: Tue, 9 Apr 2013 12:03:33 -0400 Message-ID: References: <20130408235753.GC109669@gwolf.org> <20130409002519.GA3195@kuru.dyndns-at-home.com> <20130409022123.GD112475@gwolf.org> <20130409145509.GC115357@gwolf.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf303ea1d405db0b04d9efb205 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPb1F-0001ns-Ix for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 12:03:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPb1C-0002re-Ph for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 12:03:37 -0400 Received: from mail-ie0-x229.google.com ([2607:f8b0:4001:c03::229]:59420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPb1C-0002ra-Kq for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 12:03:34 -0400 Received: by mail-ie0-f169.google.com with SMTP id qd14so8811658ieb.0 for ; Tue, 09 Apr 2013 09:03:34 -0700 (PDT) In-Reply-To: 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: Michael Brand Cc: Gunnar Wolf , Org Mode --20cf303ea1d405db0b04d9efb205 Content-Type: text/plain; charset=ISO-8859-1 Ah, OK - I guess Gunnar will not be able to avoid an upgrade to something more recent. And yes, the eq/equal subtleties strike once again: (eq "" "") t (eq "0" "0") nil (equal "0" "0") t --20cf303ea1d405db0b04d9efb205 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Ah, OK - I guess Gunnar will not be able to = avoid an upgrade to something more recent.

And yes, the eq/equal subtleties strike once again:
=

(eq "" "")
<= div class=3D"gmail_default">t<= /div>
(eq "0" "0")
= nil
(equal "0" "0")
t=

=


--20cf303ea1d405db0b04d9efb205--