From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: how to customise Emacs to recognise 13.10. as 13th of October this year instead of 2010-10-13? Date: Thu, 11 Oct 2012 14:13:37 +0000 (UTC) Message-ID: <87haq1rtia.fsf@mean.albasani.net> References: <20121011125146.GA24007@boo.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMJWU-000274-C0 for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 10:14:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMJWM-0007ux-B1 for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 10:14:02 -0400 Received: from plane.gmane.org ([80.91.229.3]:50454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMJWM-0007us-4H for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 10:13:54 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TMJWP-0007iM-8X for emacs-orgmode@gnu.org; Thu, 11 Oct 2012 16:13:57 +0200 Received: from e178199114.adsl.alicedsl.de ([85.178.199.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Oct 2012 16:13:57 +0200 Received: from gegendosenfleisch by e178199114.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Oct 2012 16:13: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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Gregor, > today (2012-10-11) I yanked "Kommt am 13.10. um 14:00 zum" into > the date/time prompt: the date is recognised as "<2010-10-13 Mi > 14:00>" instead of <2012-10-13 Sa 14:00> as I would expect since > I have the following customisations (excerpt): I just tried, it seems to work just fine here. Not sure which customization is different. You may want to have a look at http://memnon.sdf-eu.org/emacs.org and compare. ELISP> (emacs-version) "GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2) of 2012-10-09 on dex, modified by Debian" ELISP> (org-version) "7.9.2" Memnon