From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Date calculations Date: Wed, 30 Dec 2009 15:58:03 +0000 (UTC) Message-ID: <87d41wmp2z.fsf@mean.albasani.net> References: <6DC4A9FE-BA1F-4106-87D7-29985BF09116@jumans.net> <87r5qctxn8.fsf@in-ulm.de> <87k4w4tue9.fsf@in-ulm.de> <30298530-9D3B-4FFA-8A92-9551AABCE09D@gmail.com> <87eimctql4.fsf@in-ulm.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQ0wU-0002U7-Ht for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 10:58:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQ0wQ-0002S8-Qu for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 10:58:34 -0500 Received: from [199.232.76.173] (port=40820 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ0wQ-0002S2-MR for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 10:58:30 -0500 Received: from lo.gmane.org ([80.91.229.12]:49155) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NQ0wP-0007lK-Cs for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 10:58:30 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NQ0wE-0008Vy-RY for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 16:58:18 +0100 Received: from e178233129.adsl.alicedsl.de ([85.178.233.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Dec 2009 16:58:18 +0100 Received: from gegendosenfleisch by e178233129.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Dec 2009 16:58:18 +0100 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: emacs-orgmode@gnu.org Benjamin Andresen writes: > This works: > %%(diary-anniversary 12 30 1984) Arthur Dent is %d years > ^ ^ ^ > M D Y > This doesn't: > %%(diary-anniversary 30 12 1984) Arthur Dent is %d years > ^ ^ ^ > D M Y Second one is what I have here and it works as expected. Probably related to these settings in my .emacs: (setq european-calendar-style t) ; obsolete! (setq calendar-date-style 'european) ;(info "(emacs)Date Formats") Do you have these set, too?