emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] require a feature: merge many contacts which have the same name.


From: Feng Shu
Subject: [O] require a feature: merge many contacts which have the same name.
Date: Fri, 10 May 2013 08:29:11 +0800
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.2 (gnu/linux)

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:address@hidden [[mailto:address@hidden 
 :PHONE: [[tel:123456789]]
 :ALIAS:    a
 :END: 

* name
 :PROPERTIES: 
 :EMAIL: [[mailto:address@hidden [[mailto:address@hidden 
 :PHONE: [[tel:987654321]]
 :ALIAS:    b
 :END: 

* name
 :PROPERTIES: 
 :EMAIL: [[mailto:address@hidden [[mailto:address@hidden 
 :PHONE: [[tel:1111111]]
 :ALIAS:    c
 :END: 


#+end_example

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

#+end_example

Feng Shu
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]