From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tamas Papp Subject: error when completing in org-contacts Date: Mon, 20 Feb 2012 11:41:42 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzRd6-0003H3-EX for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 06:42:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzRd0-0000tS-05 for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 06:42:04 -0500 Received: from plane.gmane.org ([80.91.229.3]:40031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzRcz-0000tB-Ol for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 06:41:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RzRcy-0002FJ-Is for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 12:41:56 +0100 Received: from catv-89-132-168-12.catv.broadband.hu ([89.132.168.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Feb 2012 12:41:56 +0100 Received: from tkpapp by catv-89-132-168-12.catv.broadband.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Feb 2012 12:41:56 +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: emacs-orgmode@gnu.org Hi, I started using org-contacts (from the contrib directory of the org-mode git repo, with the emacs-snapshot package in Debian), with the following configuration: (require 'org-contacts) (setq org-contacts-files '("~/org/contacts.org") org-capture-templates '(("c" "contacts" entry (file "~/org/contacts.org") "* %(mu4e-view-snarf-from 'name) :PROPERTIES: :EMAIL %(mu4e-view-snarf-from 'email) :NICK: :BIRTHDAY: :END:\n\n")) org-contacts-completion-ignore-case t) Capturing contacts works fine (they show up in the file), but I cannot recall/complete contacts in message mode: when I M-: (org-contacts-complete-name) (on eg a To: field), I get (64 64 #[771 "\301?\303\300$)\207" [nil nil completion-ignore-case complete-with-action] 8 " (fn STRING PRED ACTION)"]) I wonder if this is a known bug, a result of some invalid combination of versions, or me not using org-contacts in the way it was intended. Best, Tamas