Michael Gauland <mikely...@no8wireless.co.nz> wrote: > Nick Dokos <nicholas.dokos <at> 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. >
Not sure I understand. Can you explain why that would be a good fix? Thanks, Nick