I think org-contacts.el shoule have the feature which can merge many
contacts which have the same name into one, for example:
#+begin_example

* name
 :PROPERTIES: 
 :EMAIL: [[mailto:a...@a.com]] [[mailto:b...@b.com]] 
 :PHONE: [[tel:123456789]]
 :ALIAS:    a
 :END: 

* name
 :PROPERTIES: 
 :EMAIL: [[mailto:c...@a.com]] [[mailto:d...@b.com]] 
 :PHONE: [[tel:987654321]]
 :ALIAS:    b
 :END: 

* name
 :PROPERTIES: 
 :EMAIL: [[mailto:e...@a.com]] [[mailto:f...@b.com]] 
 :PHONE: [[tel:1111111]]
 :ALIAS:    c
 :END: 


#+end_example

how can I get the result:
#+begin_example
* name
 :PROPERTIES: 
 :EMAIL: [[mailto:a...@a.com]] [[mailto:b...@b.com]] [[mailto:c...@a.com]] 
[[mailto:d...@b.com]] [[mailto:e...@a.com]] [[mailto:f...@b.com]] 
 :PHONE: [[tel:123456789]] [[tel:987654321]] [[tel:11111111]]
 :ALIAS:    a b c
 :END: 

#+end_example

Feng Shu
-- 

Reply via email to