Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Matt Lundin
Roland Winkler wink...@gnu.org writes: On Sun May 15 2011 Matt Lundin wrote: I'd be happy to take this on. AFAICT, there are three functions in org-bbdb that no longer exist in bbdb v3. bbdb-name bbdb-company bbdb-record-getprop The first two can easily be defaliased to

Re: org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Matt Lundin
Leo sdl@gmail.com writes: On 2011-05-16 00:58 +0800, Matt Lundin wrote: I'd be happy to take this on. AFAICT, there are three functions in org-bbdb that no longer exist in bbdb v3. If you want you can build on top of my version. The anniversaries is still broken since I don't use

conditionally compile VM

2011-05-16 Thread Sam Steingold
2011-05-16 Sam Steingold s...@gnu.org * Makefile (all): depend on vm only if VMDIR exists iff --git a/lisp/Makefile b/lisp/Makefile index 5829cf3..b383f1d 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -61,7 +59,13 @@ DEPBINS= ${DEPSRCS:.el=.elc} SRCS= bbdb.el

Re: conditionally compile VM

2011-05-16 Thread Antoine Levitt
16/05/11 16:12, Sam Steingold 2011-05-16 Sam Steingold s...@gnu.org * Makefile (all): depend on vm only if VMDIR exists iff --git a/lisp/Makefile b/lisp/Makefile index 5829cf3..b383f1d 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -61,7 +59,13 @@ DEPBINS= ${DEPSRCS:.el=.elc}