From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Re: Error building org-e-publish Date: Mon, 14 Jan 2013 21:51:22 +0000 (UTC) Message-ID: References: <50F33C33.1080607@no8wireless.co.nz> <87sj64xxi0.fsf@adboyd.com> <4083.1358198311@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TurwU-0005x2-Pi for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 16:51:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TurwT-00029X-PJ for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 16:51:42 -0500 Received: from plane.gmane.org ([80.91.229.3]:38878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TurwT-00029L-Iw for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 16:51:41 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Turwg-0006Xc-Sz for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 22:51:54 +0100 Received: from 218-101-54-25.trimble.co.nz ([218.101.54.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jan 2013 22:51:54 +0100 Received: from mikelygee by 218-101-54-25.trimble.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jan 2013 22:51:54 +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: emacs-orgmode@gnu.org Nick Dokos hp.com> writes: > Not sure why emacs24 does not complain but org-e-publish contains this bit of > code: > ,---- > | ... > | (org-export-async-start 'ignore > | `(let ((org-e-publish-use-timestamps-flag > | (if ',force nil ,org-e-publish-use-timestamps-flag))) > | (org-e-publish-projects ',project-alist))) > | ... > `---- > > and org-export-async-start in contrib/lisp/org-export.el says: > > ,---- > | (defmacro org-export-async-start (fun &rest body) > | "Call function FUN on the results returned by BODY evaluation. > | ... > `---- > > so there does seem to be a mismatch. Thanks, Nick. If I change 'ignore to ignore (without the tick), it builds for me on both systems. Could you confirm that fixes it for you as well? If so, I'll submit a patch. Thanks for you help. --Mike