From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Arthur Dent born in May? Date: Tue, 30 Jun 2009 11:48:04 +0100 Message-ID: <4A49ED64.4090706@manor-farm.org> References: <34B26037-8DFC-4F02-8850-9D5F27D048C7@nf.mpg.de> <873a9it3yq.wl%ucecesf@ucl.ac.uk> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLaso-0002yh-4f for emacs-orgmode@gnu.org; Tue, 30 Jun 2009 06:48:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLasl-0002vr-IV for emacs-orgmode@gnu.org; Tue, 30 Jun 2009 06:48:13 -0400 Received: from [199.232.76.173] (port=41655 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLasl-0002va-BK for emacs-orgmode@gnu.org; Tue, 30 Jun 2009 06:48:11 -0400 Received: from li40-130.members.linode.com ([72.14.178.130]:55515) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLask-00008f-V3 for emacs-orgmode@gnu.org; Tue, 30 Jun 2009 06:48:11 -0400 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id 67D12CBE0 for ; Tue, 30 Jun 2009 11:48:08 +0100 (BST) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (wilkesley.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ND9MkW5cNwkk for ; Tue, 30 Jun 2009 11:48:08 +0100 (BST) Received: from [192.168.0.55] (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTPSA id 62AD4CBDD for ; Tue, 30 Jun 2009 11:48:07 +0100 (BST) In-Reply-To: <873a9it3yq.wl%ucecesf@ucl.ac.uk> 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: Org Mode >> this might be an important glitch in org-mode's documentation: >> >> %%(diary-anniversary 14 5 1956) Arthur Dent is %d years old >> >> probably should read >> >> %%(diary-anniversary 05 14 1956) Arthur Dent is %d years old >> >> if Douglas Adams had May in mind for Mr Dent. >> >> So according to the Emacs documentation the format is "month day year" >> which feels distinctly alien to me (I am used to "day month year"). Is >> there another way to have the same functionality with a different date >> format? > > The format of dates in Emacs' Diary is controlled by diary-date-forms > which you can customise if you wish. There are pre-defined forms for > european, american and iso-date. Type > > C-h v diary-date-forms > > for full help. > You can just put (european-calendar) in your .emacs to get dates in the "proper" format (customize will do the same thing). Ian.