From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: isbn-to-bibtex (from org-ref) fails Date: Tue, 03 May 2016 10:33:05 +0200 Message-ID: <87y47r5yny.fsf@free.fr> References: <877fgds6yd.fsf@free.fr> <87vb3ut5hq.fsf@free.fr> <878u00n6hw.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axVlt-0002HD-8r for emacs-orgmode@gnu.org; Tue, 03 May 2016 04:33:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axVlg-0003gC-Ll for emacs-orgmode@gnu.org; Tue, 03 May 2016 04:33:27 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:50434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axVlg-0003Y0-AC for emacs-orgmode@gnu.org; Tue, 03 May 2016 04:33:20 -0400 In-Reply-To: <878u00n6hw.fsf@free.fr> (Julien Cubizolles's message of "Tue, 26 Apr 2016 10:01:31 +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" To: John Kitchin Cc: emacs-orgmode@gnu.org Julien Cubizolles writes: > John Kitchin writes: > >> I found a (save-buffer) in the bibtex entry clean functions and took >> that out. I think it solves this problem. > > It's working fine now, thanks. Actually it seems to be broken again: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (wrong-type-argument arrayp nil) isbn-to-bibtex("0062190377" "~/enseignement/papiers/bibliography.bib") funcall-interactively(isbn-to-bibtex "0062190377" "~/enseignement/papiers/bibliography.bib") call-interactively(isbn-to-bibtex record nil) command-execute(isbn-to-bibtex record) helm-M-x(nil "isbn-to-bibtex") funcall-interactively(helm-M-x nil "isbn-to-bibtex") call-interactively(helm-M-x nil nil) command-execute(helm-M-x) --8<---------------cut here---------------end--------------->8--- Also, the first time I call it, it doesn't even prompt for the ISBN number. When call it with point on an ISBN number, I get the ISBN prompt, with this value already filled for all subsequent calls, but with the same wrong-type-argument error. Regards, Julien.