[O] tab completion for org-contacts not working for me in emacs 24

2014-05-11 Thread Andreas Reuleaux
I have just downloaded org-contacts.el load it in my .emacs/init.el like this (setq load-path (cons ~/cfg/emacs/el/org load-path)) (require 'org-contacts) (setq org-contact-files (list ~/work/org/contacts.org )) and have a

Re: [O] tab completion for org-contacts not working for me in emacs 24

2014-05-11 Thread Alexander Baier
Hello Andreas, On 2014-05-11 13:07 Andreas Reuleaux wrote: (setq load-path (cons ~/cfg/emacs/el/org load-path)) (require 'org-contacts) (setq org-contact-files (list ~/work/org/contacts.org )) For me

Re: [O] tab completion for org-contacts not working for me in emacs 24

2014-05-11 Thread Andreas Reuleaux
Alexander, that was it, thanks a lot. -Andreas Alexander Baier alexander.ba...@mailbox.org writes: (setq org-contact-files (list For me this is org-contacts-files, maybe that is the problem? HTH,