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.

Could you confirm that fixes it for you as well? If so, I'll submit a patch.

Thanks for you help.

--Mike




Reply via email to