From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: current head croaks on export since commit "Backport commit 3a5f751 from Emacs master branch" Date: Tue, 11 Aug 2015 07:58:58 +0200 Message-ID: <20150811075858.67fe4d43@pckr150.mpip-mainz.mpg.de> References: <20150810090440.56afc9f5@pckr150.mpip-mainz.mpg.de> <87oaifcj28.fsf@kmlap.domain.org> <87h9o7glev.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP2al-0003sr-Tq for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 01:59:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZP2ad-0003JS-Te for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 01:59:19 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:55437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP2ad-0003JH-Mm for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 01:59:11 -0400 In-Reply-To: <87h9o7glev.fsf@kmlap.domain.org> 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: Kyle Meyer Cc: emacs-orgmode@gnu.org On Mon, 10 Aug 2015 12:26:00 -0400 Kyle Meyer wrote: > Kyle Meyer wrote: > [...] > > The backport changed a '(while (setq VAR (pop LIST)))' to > > '(dolist (VAR LIST))', which exposes this, but '(nil)' should not be > > passed as a list of files in the first place. > > Fixed in 44c8cd7. > Confirmed. It works again. Thank you very much! Best regards Robert