emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Feng Shu <tumashu@gmail.com>
To: orgmode <emacs-orgmode@gnu.org>
Subject: require a feature: merge many contacts which have the same name.
Date: Fri, 10 May 2013 08:29:11 +0800	[thread overview]
Message-ID: <87ehdffzjc.fsf@news.tumashu-localhost.org> (raw)


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	other threads:[~2013-05-10  0:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-10  0:29 Feng Shu [this message]
2013-05-10 16:11 ` require a feature: merge many contacts which have the same name 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ehdffzjc.fsf@news.tumashu-localhost.org \
    --to=tumashu@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).