From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: patch for org-contacts to ignore <<>> when completing Date: Tue, 01 Jan 2013 23:57:27 +0100 Message-ID: <87a9ssa4vc.fsf@bzg.ath.cx> References: <87vcbh1u10.wl%n142857@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqAm1-00059A-VB for emacs-orgmode@gnu.org; Tue, 01 Jan 2013 17:57:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqAm0-00050m-U8 for emacs-orgmode@gnu.org; Tue, 01 Jan 2013 17:57:29 -0500 Received: from mail-wi0-f180.google.com ([209.85.212.180]:55285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqAm0-00050S-Nr for emacs-orgmode@gnu.org; Tue, 01 Jan 2013 17:57:28 -0500 Received: by mail-wi0-f180.google.com with SMTP id hj13so7588110wib.1 for ; Tue, 01 Jan 2013 14:57:27 -0800 (PST) In-Reply-To: <87vcbh1u10.wl%n142857@gmail.com> (Daniel Clemente's message of "Tue, 01 Jan 2013 04:06:35 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniel Clemente Cc: org-mode Mailinglist 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 function you introduced is used within `org-contacts-format-email', where using a bare name makes more sense IMHO. But I don't know org-contacts.el very much, I might be wrong. Best, -- Bastien