Benjamin Andresen <be...@in-ulm.de> 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?



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to