From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: BBDB(3) or org-contacts Date: Tue, 08 Jan 2013 17:14:43 +0100 Message-ID: <876237slcc.wl%n142857@gmail.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsbpH-0005ed-JJ for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 11:14:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsbpB-0008BE-4e for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 11:14:55 -0500 Received: from mail-bk0-f50.google.com ([209.85.214.50]:56178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsbpA-0008B3-TQ for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 11:14:49 -0500 Received: by mail-bk0-f50.google.com with SMTP id jf3so353124bkc.9 for ; Tue, 08 Jan 2013 08:14:47 -0800 (PST) In-Reply-To: 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: Gour Cc: emacs-orgmode@gnu.org Hi, El Mon, 7 Jan 2013 21:03:24 +0100 Gour va escriure: > of bbdb-to-org-contacts converter wrote: "Once I point org-contacts at > my newly generated file containing 831 records it make org-contacts > really really slow down. I wouldn't care about the normal record > searching process for just looking something up, but it makes loading a > message in gnus unusable (5 second delay per message)." > I use org-contacts with Wanderlust and I see it makes contact completion very slow (5 seconds for each keypress, and that's with only 200 contacts). Therefore I use its infrastructre (because I like it) but I don't run its code. I'll explain myself: I keep this structure in an .org file: ** John von Neumann :mathematic: :PROPERTIES: :EMAIL: john@neumann.com :END: - some info I use tags, I store e-mails, and I can write any infos, subsections, appointments, tasks, etc. which I want; even clock in. If I want to search for a contact, I simply open that buffer and use C-s or do a tags search. You can use org-capture to fill that file. I strongly prefer this system over BBDB. Greetings, Daniel