From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug? Date calculation in table fail with locale "de" Date: Thu, 21 Jul 2016 11:50:19 +0200 Message-ID: <87bn1r721w.fsf@saiph.selenimh> References: <1467880977.18638.1.camel@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQAcb-0002LD-O7 for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 05:50:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQAcY-0002XU-H7 for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 05:50:25 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:55531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQAcY-0002XD-A3 for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 05:50:22 -0400 In-Reply-To: <1467880977.18638.1.camel@posteo.de> (Ulrich J. Herter's message of "Thu, 07 Jul 2016 10:42:57 +0200") 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" To: "Ulrich J. Herter" Cc: emacs-orgmode@gnu.org Hello, "Ulrich J. Herter" writes: > Is this a bug? I'm trying to do some date calculations in a table, > however, when on German language settings I'm getting the following: > > | <2016-07-07 Do> | <2016-07-08 Fr> | #ERROR | > #+TBLFM: $3=3D$2-$1 > > Debugger output: > Substitution history of formula > Orig:=C2=A0=C2=A0=C2=A0? > $xyz->=C2=A0=C2=A0$2-$1 > @r$c->=C2=A0=C2=A0$2-$1 > $1->=C2=A0=C2=A0=C2=A0=C2=A0(<2016-07-08 Fri>)-(<2016-07-07 Do>) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0--------------------^ > Error:=C2=A0=C2=A0Bad word in date: "Do" Fixed in development version. Thank you. Regards, --=20 Nicolas Goaziou