emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: get bbdb entry from org-agenda


From: Thomas Baumann
Subject: [Orgmode] Re: get bbdb entry from org-agenda
Date: Fri, 30 May 2008 19:28:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi,

the display of bbdb-anniversaries can be customized to use a function to
insert a link to bbdb:

M-x customize-option org-bbdb-anniversary-format-alist

and then add/change


(("birthday" lambda
  (name years suffix)
  (concat "Birthday: [[bbdb:" name "][" name " ("
          (number-to-string years)
          suffix ")]]"))
 ("wedding" lambda
  (name years suffix)
  (concat "[[bbdb:" name "][" name "'s "
          (number-to-string years)
          suffix " wedding anniversary]]")))

If one doesn't like to use a function, an alternative would be

(("birthday" . "Birthday: [[bbdb:%s]] (%d%s)")
 ("wedding" . "[[bbdb:%s]]'s %d%s wedding anniversary"))

but this leaves the agenda with bbdb:Name links.

I don't think I know how to make <TAB> jump to the bbdb-buffer
instead to the org-file

Ciao
Thomas

PS. Carsten should we make the function the default behaviour?





reply via email to

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