mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-25 20:15:22 +00:00
ox-publish: Fix compilation problem
* lisp/ox-publish.el (org-publish-all): Fix compilation problem.
This commit is contained in:
parent
92c2ccb1fb
commit
9c1ef6df93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user