After my edebug process, I found the problem is from function `diary-anniversary`. It used an un-defined function internal variable named `date` which caused this error. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Sat, Feb 8, 2025 at 6:15 AM Stefan Kangas wrote: > Nobody Nobody writes: > > > While trying to call %%(org-contacts-anniversaries) to show birthdays in > > my agenda I see nothing for that. Parser ignores :BIRTHDAY: property . > > ```org > > * test anniversary > > %%(org-contacts-anniversaries) > > ``` > > Evaluating of this gave me an error in parsing of the data. > > eval-expression: Symbol’s value as variable is void: date > > stardiviner, could you please look into this bug? >