From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] European date format Date: Fri, 8 Apr 2011 12:06:40 +0200 Message-ID: References: <87mxlawyzv.wl%jan.seeger@thenybble.de> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=39715 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q88aZ-00051o-MG for emacs-orgmode@gnu.org; Fri, 08 Apr 2011 06:06:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q88aX-0000N8-U5 for emacs-orgmode@gnu.org; Fri, 08 Apr 2011 06:06:50 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:43599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q88aX-0000Mq-Np for emacs-orgmode@gnu.org; Fri, 08 Apr 2011 06:06:49 -0400 Received: by ewy9 with SMTP id 9so1072106ewy.0 for ; Fri, 08 Apr 2011 03:06:49 -0700 (PDT) In-Reply-To: <87mxlawyzv.wl%jan.seeger@thenybble.de> 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: Jan Seeger Cc: emacs-orgmode Applied, thanks. On Mar 4, 2011, at 6:56 PM, Jan Seeger wrote: > Greetings! > > I was annoyed that org only read the bassackwards american date > format, and implemented european date format matching. I hope it's > correct, it seems to work for dates with and without year. > > Regards, > Jan > > - Carsten