Hi Nicolas. Nicolas> Sadly, yes. Like most diary-related stuff, it expects the Nicolas> `date' variable to be globally bound.
Perhaps something about it on the help? --8<---------------cut here---------------start------------->8--- (defun org-bbdb-anniversaries () "Extract anniversaries from BBDB for display in the agenda In case of calling programatically. Like most diary-related stuff, it expects the `date' variable to be globally bound." (require 'bbdb) ..... ) --8<---------------cut here---------------end--------------->8--- Nicolas> Something like Nicolas> (let ((date '(2 29 2020))) (org-bbdb-anniversaries)) It helped. Thanks. BR