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: Carsten Dominik
Subject: Re: [Orgmode] org-store-link with wanderlust
Date: Wed, 2 Jan 2008 23:13:09 +0100

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 <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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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