emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* require a feature: merge many contacts which have the same name.
@ 2013-05-10  0:29 Feng Shu
  2013-05-10 16:11 ` Daimrod
  0 siblings, 1 reply; 3+ messages in thread
From: Feng Shu @ 2013-05-10  0:29 UTC (permalink / raw)
  To: orgmode


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
-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: require a feature: merge many contacts which have the same name.
  2013-05-10  0:29 require a feature: merge many contacts which have the same name Feng Shu
@ 2013-05-10 16:11 ` Daimrod
       [not found]   ` <87ppwstkqp.fsf@news.tumashu-localhost.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Daimrod @ 2013-05-10 16:11 UTC (permalink / raw)
  To: Feng Shu; +Cc: orgmode

[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]

Feng Shu <tumashu@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: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
Hi Feng,

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

-- 
Daimrod/Greg

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: require a feature: merge many contacts which have the same name.
       [not found]                               ` <87k3mp45c1.fsf@tanger.home>
@ 2013-09-02 14:13                                 ` Feng Shu
  0 siblings, 0 replies; 3+ messages in thread
From: Feng Shu @ 2013-09-02 14:13 UTC (permalink / raw)
  To: Daimrod, orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-02 14:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-10  0:29 require a feature: merge many contacts which have the same name Feng Shu
2013-05-10 16:11 ` Daimrod
     [not found]   ` <87ppwstkqp.fsf@news.tumashu-localhost.org>
     [not found]     ` <87li7ev6v3.fsf@tanger.home>
     [not found]       ` <87k3myl07m.fsf@news.tumashu-localhost.org>
     [not found]         ` <87wqqr5j5f.fsf@tanger.home>
     [not found]           ` <87vc6bgk5r.fsf@news.tumashu-localhost.org>
     [not found]             ` <87ppwi5ucr.fsf@tanger.home>
     [not found]               ` <871u8yp8pf.fsf@news.tumashu-localhost.org>
     [not found]                 ` <87li76598w.fsf@tanger.home>
     [not found]                   ` <87wqqqnfwq.fsf@news.tumashu-localhost.org>
     [not found]                     ` <877giq55jv.fsf@tanger.home>
     [not found]                       ` <87y5b54vol.fsf@tanger.home>
     [not found]                         ` <87ip29oiz6.fsf@news.tumashu-localhost.org>
     [not found]                           ` <87txlt4srv.fsf@tanger.home>
     [not found]                             ` <87ehcxnulg.fsf@news.tumashu-localhost.org>
     [not found]                               ` <87k3mp45c1.fsf@tanger.home>
2013-09-02 14:13                                 ` Feng Shu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).