Michael Strey writes: > Robert, > > On Mo, Apr 08, 2013 at 09:44:12 -0500, Robert Goldman wrote: >> Michael Strey wrote: >> > Currently org-phone.el as well as my org-dial.el are incompatible with >> > org-contacts. The only idea behind my proposal was to make the contributors >> > of both packages aware of each other. >> >> Can you explain what makes org-phone incompatible with org-contacts? >> Maybe my naming of some function? > > The problem is on the side of org-contacts. Org-contacts does not > support links in its properties. Thus, currently the only solution to > use the advantages of org-contacts and org-phone is to give the > information twice, like in the following example. > #+BEGIN_SRC org > * Strey, Michael > :PROPERTIES: > :EMAIL: mstrey@strey.biz foo@bar.com > :PHONE: +493514129535 +491263213 > :END: > > [[mailto:mstrey@strey.biz]] > [[mailto:foo@bar.com]] > [[phone:+49 (0)351 41295-35]] > [[phone:+49 126 3213]] > #+END_SRC I use a export function which can export all contacts to the format: #+begin_example * NAME ** EMAIL: [[mailto:n1@n.com]] ** EMAIL: [[mailto:n2@n.com]] ** PHONE: [[tel:123456789]] ** PHONE: [[tel:123456789]] #+end_example It it only a temporary solution, may be someone will need it ,but adding it to the master may be not a good idea.