From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: isbn-to-bibtex (from org-ref) fails Date: Mon, 04 Apr 2016 17:56:58 +0200 Message-ID: <877fgds6yd.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an6sO-0000l9-13 for emacs-orgmode@gnu.org; Mon, 04 Apr 2016 11:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an6sK-0007Uw-P3 for emacs-orgmode@gnu.org; Mon, 04 Apr 2016 11:57:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:55396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an6sK-0007Tt-IE for emacs-orgmode@gnu.org; Mon, 04 Apr 2016 11:57:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1an6sI-00083B-PJ for emacs-orgmode@gnu.org; Mon, 04 Apr 2016 17:57:10 +0200 Received: from 37.162.74.85 ([37.162.74.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Apr 2016 17:57:10 +0200 Received: from j.cubizolles by 37.162.74.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Apr 2016 17:57:10 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I've just tried isbn-to-bibtex with the isbn entry "0201500647" (Feynman lectures on physics). It fails with: --8<---------------cut here---------------start------------->8--- funcall-interactively: Wrong type argument: stringp, [((url . ["http://www.worldcat.org/oclc/67451431?referer=xid"]) (publisher . "Addison-Wesley") (form . ["BA"]) (lccn . ["89000433"]) (lang . "eng") (city . "Reading, Mass.") (author . "Feynman, Leighton, Sands.") (ed . "8th print.") (year . "1996") (isbn . ["0201500647"]) ...)] --8<---------------cut here---------------end--------------->8--- However, isbn-to-bibtex-lead gets me to the right page with a bibtex entry ready to be copied. Julien.