From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ulrich J. Herter" Subject: Re: Bug? Date calculation in table fail with locale "de" Date: Thu, 21 Jul 2016 12:35:57 +0200 Message-ID: <1469097357.20770.6.camel@posteo.de> References: <1467880977.18638.1.camel@posteo.de> <87bn1r721w.fsf@saiph.selenimh> 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]:37799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQBKr-0003l7-US for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 06:36:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQBKn-0003mp-53 for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 06:36:09 -0400 Received: from mout02.posteo.de ([185.67.36.66]:49663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQBKm-0003l2-VA for emacs-orgmode@gnu.org; Thu, 21 Jul 2016 06:36:05 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 98DC520CEE for ; Thu, 21 Jul 2016 12:35:58 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3rw9DG2FBhzyfr for ; Thu, 21 Jul 2016 12:35:57 +0200 (CEST) In-Reply-To: <87bn1r721w.fsf@saiph.selenimh> 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: emacs-orgmode@gnu.org Am Donnerstag, den 21.07.2016, 11:50 +0200 schrieb Nicolas Goaziou: > "Ulrich J. Herter" writes: >=20 > >=20 > > 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: > >=20 > > >=20 > > > <2016-07-07 Do> | <2016-07-08 Fr> | #ERROR | > > #+TBLFM: $3=3D$2-$1 > >=20 > > 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" >=20 > Fixed in development version. Thank you. Awesome, thank you! Regards, Uli