From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-store-link with wanderlust Date: Wed, 2 Jan 2008 23:13:09 +0100 Message-ID: References: <87tzm1obg6.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JABpu-0000oQ-SV for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 17:13:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JABpt-0000ja-1D for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 17:13:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JABps-0000jG-PN for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 17:13:16 -0500 Received: from fk-out-0910.google.com ([209.85.128.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JABps-0003fn-1M for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 17:13:16 -0500 Received: by fk-out-0910.google.com with SMTP id 26so6799691fkx.10 for ; Wed, 02 Jan 2008 14:13:14 -0800 (PST) In-Reply-To: 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: Hans Halvorson Cc: emacs-orgmode@gnu.org I applied this patch, thanks. Carsten On Dec 29, 2007, at 8:55 PM, Hans Halvorson wrote: > On Dec 29, 2007 8:52 AM, Bastien wrote: >> >>> 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. >> >> Looks like wl-summary-line-from return a list, not a string. >> >> Please check the following patch against Org 5.17a. >> >> >> -- >> Bastien >> >> > > The problem is not with the "from" field, but with the "to" field. I > find that it works to change 11766 as follows: > > (to (car (elmo-message-entity-field wl-message-entity 'to))) > > -Hans > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode