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

2013-09-02 Thread Feng Shu
Hello, Daimrod

I remember that  you have mailed  me a elisp function which can merge contacts,
but now I can't find this function, so could you resend it to me ?  

Thanks!


--- Feng shu



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

2013-05-10 Thread Daimrod
Feng Shu tuma...@gmail.com writes:

 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:111]]
  :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:]]
  :ALIAS:a b c
  :END: 

 #+end_example
Hi Feng,

It's noted, I'll see what I can do this week-end.

-- 
Daimrod/Greg


pgpgoAyLvZ17T.pgp
Description: PGP signature


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

2013-05-09 Thread Feng Shu

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:111]]
 :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:]]
 :ALIAS:a b c
 :END: 

#+end_example

Feng Shu
--