Re: [O] Org-mode and continuing BBDB compatibility

2013-10-22 Thread Christopher Culver
> Nick Dokos writes: >> Christopher Culver writes: >> I am using org-mode version 20131021 and the latest checkout of the >> bbdb3 git repository. Although I have the following lines in my main >> .org file: >> >> * Anniversaries >>:PROPERTIES: >>:CATEGORY: Anniv >>:END:

Re: [O] Org-mode and continuing BBDB compatibility

2013-10-21 Thread Nick Dokos
Christopher Culver writes: > I am using org-mode version 20131021 and the latest checkout of the > bbdb3 git repository. Although I have the following lines in my main > .org file: > > * Anniversaries >:PROPERTIES: >:CATEGORY: Anniv >:END: > %%(org-bbdb-anniversaries) >

Re: [O] Org-mode and continuing BBDB compatibility

2013-10-21 Thread Charles Philip Chan
"Sebastien Vauban" writes: Hi Sebastien: > Weird. > > In the BBDB 3 version that I have from ELPA [1], I do have a file > `bbdb-autoloads.el', but no `bbdb-loaddefs.el'... Strange, the name was changed on 11 Dec 2011: http://comments.gmane.org/gmane.emacs.bbdb.user/2945 Charles -- L

Re: [O] Org-mode and continuing BBDB compatibility

2013-10-21 Thread Sebastien Vauban
Charles Philip Chan wrote: > "Sebastien Vauban" writes: > >> You mean bbdb-autoloads? > > No, bbdb-loaddefs.el is part of bbdb3. Here is the instructions from the > README file: > > 4) Activate BBDB: > >i) If the BBDB lisp files are in a directory > "/path/to/bbdb/lisp" you can use i

Re: [O] Org-mode and continuing BBDB compatibility

2013-10-21 Thread Charles Philip Chan
"Sebastien Vauban" writes: > You mean bbdb-autoloads? No, bbdb-loaddefs.el is part of bbdb3. Here is the instructions from the README file: 4) Activate BBDB: i) If the BBDB lisp files are in a directory "/path/to/bbdb/lisp" you can use in your emacs init file (require 'b

Re: [O] Org-mode and continuing BBDB compatibility

2013-10-21 Thread Sebastien Vauban
Hi Charles, Charles Philip Chan wrote: > Christopher Culver writes: > >> 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 hav

Re: [O] Org-mode and continuing BBDB compatibility

2013-10-21 Thread Christopher Culver
Myles English writes: > 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. My anniversary field in ~/.bbdb is called "anniversary". Setting this option has no ef

Re: [O] Org-mode and continuing BBDB compatibility

2013-10-21 Thread Charles Philip Chan
Christopher Culver writes: Hi Christopher: > 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

Re: [O] Org-mode and continuing BBDB compatibility

2013-10-21 Thread Myles English
Hi Christopher, crcul...@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: >:CATEGO

[O] Org-mode and continuing BBDB compatibility

2013-10-21 Thread Christopher Culver
I am using org-mode version 20131021 and the latest checkout of the bbdb3 git repository. 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 i