Re: [O] patch for org-contacts to ignore <<>> when completing

2013-01-02 Thread Bastien
Hi Daniel, Daniel Clemente writes: > But name is <<>> and you will get: <<>> > With the patch you get a bare name: John > So that new function should „clean“ the name: remove radio marks, emphasis, > bold, etc. I did only radio marks.. I see. I applied a slightly modified patch i

Re: [O] patch for org-contacts to ignore <<>> when completing

2013-01-01 Thread Daniel Clemente
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 <<>> and you will get: <<>> With the patch y

Re: [O] patch for org-contacts to ignore <<>> when completing

2013-01-01 Thread Bastien
Hi Daniel, Daniel Clemente writes: > Hi, I send a patch which allows org-complete to complete if you do „J o h n > TAB“ even if your contact was written as <<>> (now you would have to > type < < < J TAB). > It can be extended to remove emphasis, strongs, etc. if someone > needs it. The func

[O] patch for org-contacts to ignore <<>> when completing

2012-12-31 Thread Daniel Clemente
Hi, I send a patch which allows org-complete to complete if you do „J o h n TAB“ even if your contact was written as <<>> (now you would have to type < < < J TAB). It can be extended to remove emphasis, strongs, etc. if someone needs it. Thanks diff --git a/contrib/lisp/org-contacts.el b/co