emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: testing org-bbdb-anniversaries


From: andrés ramírez
Subject: Re: testing org-bbdb-anniversaries
Date: Fri, 21 Feb 2020 18:41:34 +0000

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]