From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: date function in table formula does not understand German date stamps Date: Thu, 20 Dec 2012 01:36:43 +0100 Message-ID: <874njhh84k.fsf@bzg.ath.cx> References: <20121031120631.GA2350@kenny.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlU80-0001lo-DL for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 19:36:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TlU7y-0000lz-75 for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 19:36:48 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:60347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlU7y-0000lH-0K for emacs-orgmode@gnu.org; Wed, 19 Dec 2012 19:36:46 -0500 Received: by mail-wg0-f50.google.com with SMTP id es5so1270745wgb.5 for ; Wed, 19 Dec 2012 16:36:45 -0800 (PST) In-Reply-To: <20121031120631.GA2350@kenny.fritz.box> (Viktor Rosenfeld's message of "Wed, 31 Oct 2012 13:06:32 +0100") 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: emacs-orgmode@gnu.org Hi Viktor, Viktor Rosenfeld writes: > I use the function `date' in a table formula to convert org date stamps to > integers for further processing. However, after switching Emacs to a German > locale, this no longer works. Consider the table below: > > | Stamp | date | > |------------------+--------| > | [2012-10-31 Wed] | 734808 | > | [2012-10-31 Mi] | #ERROR | > #+TBLFM: $2=date(<$1>) >From current master, this table now returns correct results. Please test and let me know if this is okay for you. Thanks for pointing this! -- Bastien