From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-bibtex Date: Mon, 18 Jul 2011 11:39:25 -0500 Message-ID: <87y5zv1r2a.fsf@fastmail.fm> References: <87y5zzk111.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qiqqy-0001mG-RV for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 12:39:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qiqqu-0000xZ-9l for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 12:39:32 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:56600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qiqqt-0000xS-Tf for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 12:39:28 -0400 In-Reply-To: <87y5zzk111.fsf@gmail.com> (Eric Schulte's message of "Fri, 15 Jul 2011 09:04:02 -0600") 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: Eric Schulte Cc: Org-mode Hi Eric, Eric Schulte writes: > I just pushed up a fix for this issue. > > Thanks for suggesting this change. -- Eric This fix broke org-bibtex-fleshout, since org-babel-trim converts nil to "". As a result, org-bibtex-fleshout believes that there are values for all the required fields even though those fields are not defined. Best, Matt