From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: Error with org-bibtex export with tags when using custom bibtypes [8.2.5h (8.2.5h-82-gd91d4b-elpaplus @ /Users/leonardaveryrandall/.emacs.d/elpa/org-plus-contrib-20140324/)] Date: Sat, 19 Apr 2014 16:42:00 +0200 Message-ID: <87zjjhnzyf.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbWT7-0005zv-T5 for emacs-orgmode@gnu.org; Sat, 19 Apr 2014 10:42:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbWSy-0002X7-SN for emacs-orgmode@gnu.org; Sat, 19 Apr 2014 10:42:13 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:50694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbWSy-0002X3-MC for emacs-orgmode@gnu.org; Sat, 19 Apr 2014 10:42:04 -0400 Received: by mail-wg0-f49.google.com with SMTP id a1so1398062wgh.32 for ; Sat, 19 Apr 2014 07:42:03 -0700 (PDT) In-Reply-To: (Leonard Randall's message of "Sat, 19 Apr 2014 14:51:10 +0100") 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: Leonard Randall Cc: emacs-orgmode@gnu.org Hi Leonard, Leonard Randall writes: > I figured out how to fix the bug i reported awhile ago. The problem > was that when making the keyword field for entries without keywords > defined in the `:PROPERTIES:' drawer,  org-bibtex uses > `bibtex-make-field' from `bibtex.el'. This function sends up an error > if there are no fields defined for the type of bib entry you are > calling it on. I fixed this by ignoring the error, since the field is inserted anyway. Thanks for reporting this and the suggested fix! -- Bastien