Hi Daniel,

thanks for the patch.

Daniel Clemente <n142...@gmail.com> writes:

> +(defun org-contacts-format-name (name)
> +  "Remove some formatting marks from contact name"
> +  (replace-regexp-in-string org-radio-target-regexp "\\1" name)
> +  ; TODO also remove emphasis (org-emphasis-alist)
> +)

(I'd suggest ̀org-contacts-cleanup-name' instead of
`org-contacts-format-name'.)

Also, let's carefully check that such cleanups don't
slow down things -- I'm not using org-contacts (yet)
but I remember speed can be a problem with big database.

Thanks,

-- 
 Bastien

Reply via email to