From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Andresen Subject: Re: Date calculations Date: Wed, 30 Dec 2009 20:51:46 +0100 Message-ID: <87637onstp.fsf@in-ulm.de> 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> <87d41wmp2z.fsf@mean.albasani.net> <87aax0tpfp.fsf@in-ulm.de> <555975FA-B50D-4AD5-893D-FB4A6F323F4E@gmail.com> 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 1NQ4aL-0000mm-35 for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 14:51:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQ4aG-0000hf-8D for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 14:51:56 -0500 Received: from [199.232.76.173] (port=56636 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ4aF-0000hV-U8 for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 14:51:51 -0500 Received: from mail.in-ulm.de ([217.10.8.10]:56874) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NQ4aF-0006mG-Dr for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 14:51:51 -0500 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 Hey Carsten, Carsten Dominik writes: > Hi Benjamin, > > can you point out exactly where in the documentation this is located? Sure. org-mode/doc/org.text Line: 6643 I wouldn't know how to phrase it, but maybe a link to (info "(emacs)Special Diary Entries") where this behaviour is explained is the best. The entry looks like this: %%(diary-anniversary 10 31 1948) Arthur's birthday This entry applies to October 31 in any year after 1948; `10 31 1948' specifies the date. (If you are using the European or ISO calendar style, the input order of month, day and year is different.)" > Thanks. > > - Carsten > > P.S. Emacs calendar is great, but changing function call arguments > depending on calendar style was a truly braindead decision..... I completely agree. Or go all the way with localization and make the `and' macro short-circuit right to left when you run the elisp in Israel. ;-) br, benny