Julien Cubizolles <j.cubizol...@free.fr> writes: > I'm using org-bbdb-anniversaries to use the bbdb-anniversaries. At the > moment, it only displays the birthdays of the day. How can I generate a > reminder for a few days before the actual birthday ?
This is not possible at the moment with bbdb-anniversaries. For advanced reminders of birthdays and the like, you could use a diary-sexp: %%(diary-remind '(org-anniversary 1996 8 20) -7) Someone turns %s Best, Matt