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

Reply via email to