emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-store-link with wanderlust


From: Hans Halvorson
Subject: Re: [Orgmode] org-store-link with wanderlust
Date: Sat, 29 Dec 2007 14:55:14 -0500

On Dec 29, 2007 8:52 AM, Bastien <address@hidden> 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
> > <address@hidden>)")
> >   signal(error ("Invalid address: (Brad Pitt <address@hidden>)"))
> >   error("Invalid address: %s" ("Brad Pitt <address@hidden>"))
> >   mail-extract-address-components(("Brad Pitt <address@hidden>"))
> >   org-store-link-props(:type "wl" :from "Jolie, Angelina" :to ("Brad
> > Pitt <address@hidden>") :subject "RE: u r hot" :message-id
> > "<address@hidden>")
> >   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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]