Re: [O] Bad sexp at line when using org-contacts-anniversaries

2014-03-14 Thread Bastien
Hi Chaitanya,

I can't reproduce the problem with latest Org.

If you can please check the latest version of Org and tell
us if the problem is still there.

Thanks,

-- 
 Bastien



[O] Bad sexp at line when using org-contacts-anniversaries

2014-02-23 Thread Chaitanya Krishna
Hello there,

This is more of a bug report.

I get a 'Bad sexp at line n' when using org-contacts-anniversaries in my
org files like so.
* Calendar
:calendar:
%%(org-contacts-anniversaries)

I figured out that this occurs when you have a contact in your
contacts.orgfile with a BIRTHDAY property but no associated value. For
example, this
entry throws up an error.
** Nick
:PROPERTIES:
:EMAIL:
:FIRST_NAME: First
:LAST_NAME: Last
:BIRTHDAY:
:ADDRESS:
:PHONE:
:NOTE:
:END:

But this does not.
** Nick
:PROPERTIES:
:EMAIL:
:FIRST_NAME: First
:LAST_NAME: Last
:BIRTHDAY: 1971-01-01
:ADDRESS:
:PHONE:
:NOTE:
:END:

Would be nice if it is fixed or a solution proposed.

Regards,
Chai

-- 
42