From 9c1ef6df931e50c80866eae1a8d786aca2611612 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 13 Oct 2013 18:34:57 +0200 Subject: [PATCH] ox-publish: Fix compilation problem * lisp/ox-publish.el (org-publish-all): Fix compilation problem. --- lisp/ox-publish.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index 906c81900..67a57fa38 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -892,10 +892,11 @@ in another process." (interactive "P") (if async (org-export-async-start 'ignore - `(when ',force (org-publish-remove-all-timestamps)) - `(let ((org-publish-use-timestamps-flag - (if ',force nil ,org-publish-use-timestamps-flag))) - (org-publish-projects ',org-publish-project-alist))) + `(progn + (when ',force (org-publish-remove-all-timestamps)) + (let ((org-publish-use-timestamps-flag + (if ',force nil ,org-publish-use-timestamps-flag))) + (org-publish-projects ',org-publish-project-alist)))) (when force (org-publish-remove-all-timestamps)) (save-window-excursion (let ((org-publish-use-timestamps-flag