From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: I do not understand this error Date: Fri, 13 Jul 2007 06:38:02 +0200 Message-ID: References: <1184220422.6252.181.camel@Barebusta.DecebalComp> <1184222066.6283.191.camel@Barebusta.DecebalComp> <1184224756.6283.204.camel@Barebusta.DecebalComp> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9Cuu-0008QT-Lh for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 00:38:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9Cus-0008QH-V4 for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 00:38:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9Cus-0008QE-Se for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 00:38:06 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9Cus-0005a1-E1 for emacs-orgmode@gnu.org; Fri, 13 Jul 2007 00:38:06 -0400 In-Reply-To: <1184224756.6283.204.camel@Barebusta.DecebalComp> 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: Cecil Westerhof Cc: org-mode On Jul 12, 2007, at 9:19, Cecil Westerhof wrote: > > > When checking for the previous date at once you always get filled. If > the previous date is copied to a field and this field is checked, you > get the expected value. > What is happening here? Again the formula debugger is showing what happens: In one case "" is substituted, in the other case " ", which is not equal to "". I guess you could call this a bug, I'll see if it can be fixed. Here is an easy way to check if a field is empty: (defun not-white (s) (string-match "\\S-" s)) > Also why is in the column 'row date' everything in caps? Bug, fixed now. - Carsten