emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Date calculations


From: Memnon Anon
Subject: [Orgmode] Re: Date calculations
Date: Wed, 30 Dec 2009 20:37:04 +0000 (UTC)

Carsten Dominik <address@hidden> writes:

> can you point out exactly where in the documentation this is located?

,----[ (info "(org)Weekly/daily agenda") ]
|      * Birthdays and similar stuff
|      #+CATEGORY: Holiday
|      %%(org-calendar-holiday)   ; special function for holiday names
|      #+CATEGORY: Ann
|      %%(diary-anniversary 14  5 1956) Arthur Dent is %d years old
|      %%(diary-anniversary  2 10 1869) Mahatma Gandhi would be %d years old
`----

These examples suggest D-M-Y, which only seems to work with the calendar
set to european style. Maybe, it would be better to change the example
to M-D-Y (I think it is more common?) and add a footnote that provides
the info that the date format is depending on calendar-date-style?

The next paragraph (Anniversaries from BBDB) on the other hand states a 
fixed order.
> Basically, you need to press `C-o anniversary <RET>' with the cursor in
> a BBDB record and then add the date in the format `YYYY-MM-DD', 
> [...]
>     1973-06-22
>     1955-08-02 wedding
>     2008-04-14 %s released version 6.01 of org-mode, %d years ago

So, if I understand it correctly, org-bbdb settled on iso format,
diary-anniversary uses either american or european style depending on
calendar-date-style. 

Thats somehow inconsistent, isn't it?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]