emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Error building org-e-publish


From: Michael Gauland
Subject: Re: [O] Error building org-e-publish
Date: Mon, 14 Jan 2013 21:51:22 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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

[Prev in Thread] Current Thread [Next in Thread]