From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Arthur Dent born in May? Date: Tue, 30 Jun 2009 11:23:41 +0100 Message-ID: <873a9it3yq.wl%ucecesf@ucl.ac.uk> References: <34B26037-8DFC-4F02-8850-9D5F27D048C7@nf.mpg.de> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLaVM-0002z3-O5 for emacs-orgmode@gnu.org; Tue, 30 Jun 2009 06:24:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLaVH-0002uv-KM for emacs-orgmode@gnu.org; Tue, 30 Jun 2009 06:23:59 -0400 Received: from [199.232.76.173] (port=51611 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLaVG-0002uk-VN for emacs-orgmode@gnu.org; Tue, 30 Jun 2009 06:23:55 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:49996) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MLaVF-0003hN-Da for emacs-orgmode@gnu.org; Tue, 30 Jun 2009 06:23:53 -0400 In-Reply-To: <34B26037-8DFC-4F02-8850-9D5F27D048C7@nf.mpg.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: Stefan Vollmar Cc: Org Mode At Tue, 30 Jun 2009 11:27:22 +0200, Stefan Vollmar wrote: > > Hello, > > 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.