From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: Org-mode and continuing BBDB compatibility Date: Mon, 21 Oct 2013 20:49:23 +0100 Message-ID: <878uxmwgjg.fsf@gmail.com> References: <874n8a4dvx.fsf@aura.christopherculver.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYLTs-0007sX-II for emacs-orgmode@gnu.org; Mon, 21 Oct 2013 15:49:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYLTk-0001ei-MT for emacs-orgmode@gnu.org; Mon, 21 Oct 2013 15:49:36 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:43720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYLTk-0001eY-Ef for emacs-orgmode@gnu.org; Mon, 21 Oct 2013 15:49:28 -0400 Received: by mail-wg0-f46.google.com with SMTP id m15so7050004wgh.25 for ; Mon, 21 Oct 2013 12:49:27 -0700 (PDT) In-reply-to: <874n8a4dvx.fsf@aura.christopherculver.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christopher Culver Cc: emacs-orgmode@gnu.org Hi Christopher, crculver@christopherculver.com writes: > I am using org-mode version 20131021 and the latest checkout of the > bbdb3 git repository. I am using older versions. > Although I have the following lines in my main .org file: > > * Anniversaries > :PROPERTIES: > :CATEGORY: Anniv > :END: > %%(org-bbdb-anniversaries) > > I do not see anniversaries from my .bbdb file in the agenda. I know that > some work was done in the past with making org-mode compatible with > bbdb3, but are the two projects no longer compatible, or do I probably > have some other problem on my end? I think you might need: (setq org-bbdb-anniversary-field 'birthday) or (setq org-bbdb-anniversary-field 'anniversary) depending on what you called the anniversary field. If you work out how to display birthdays and anniversaries in the same agenda please share. Myles