El Tue, 01 Jan 2013 23:57:27 +0100 Bastien va escriure:
> 
> The function you introduced is used within `org-contacts-format-email',
> where using a bare name makes more sense IMHO.
> 
  Exactly. It says:
(concat name " <" email ">")
  But name is <<<John>>> and you will get:     <<<John>>> <j...@email.com>
  With the patch you get a bare name:  John <j...@email.com>
  So that new function should „clean“ the name: remove radio marks, emphasis, 
bold, etc. I did only radio marks..


  I also don't know org-contacts very much, but it seems that 
org-contacts-format-email returns not only the e-mail, but also the name; it 
could be called org-contacts-format-name-and-email.

  Greetings

Reply via email to