"Hans Halvorson" writes: > 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.