From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hans Halvorson" Subject: org-store-link with wanderlust Date: Wed, 12 Dec 2007 10:21:39 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2TP7-0007HY-0c for emacs-orgmode@gnu.org; Wed, 12 Dec 2007 10:21:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2TP3-0007GR-Co for emacs-orgmode@gnu.org; Wed, 12 Dec 2007 10:21:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2TP3-0007GK-2L for emacs-orgmode@gnu.org; Wed, 12 Dec 2007 10:21:41 -0500 Received: from an-out-0708.google.com ([209.85.132.246]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2TP3-0004qf-0L for emacs-orgmode@gnu.org; Wed, 12 Dec 2007 10:21:41 -0500 Received: by an-out-0708.google.com with SMTP id c25so56130ana.84 for ; Wed, 12 Dec 2007 07:21:39 -0800 (PST) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org When I try 'M-x org-store-link' in the wanderlust summary buffer, I get an error (have tried with many messages). For example: Debugger entered--Lisp error: (error "Invalid address: (Brad Pitt )") signal(error ("Invalid address: (Brad Pitt )")) error("Invalid address: %s" ("Brad Pitt ")) mail-extract-address-components(("Brad Pitt ")) org-store-link-props(:type "wl" :from "Jolie, Angelina" :to ("Brad Pitt ") :subject "RE: u r hot" :message-id "<664F5EF544B264BEFE154B2FE40A770279053@CREXUSER08.foobar.com>") org-store-link(nil) call-interactively(org-store-link) execute-extended-command(nil) call-interactively(execute-extended-command) The address reported in the backtrace has, of course, been changed ... but it is structurally original to the original valid address. Thanks, Hans