| I just gave it a whirl, but am having a strange result. Here were my steps:
| - org-contacts.el moved to load path
| - added =(require 'org-contacts)= to .emacs
| - I used org-customize to set the definition of the =org-contacts-files= variable like so:
| ,-----
| | (custom-set-variables
| `-----
| - restarted emacs and did 'M-x org-contacts' followed by typing "dave"
| - the minibuffer shows the following:
| ,-----
| | non-existent agenda file ~/org/#+startup: showeverything. [R]emove from list or [A]bort?
| `-----
|
| Removing the line just moves to the next line and asks if I want to remove '~/org/* Friends', then '~/org/** Dave Null' and so on.
|
| What am I doing wrong?
`----------