0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 23:02:52 +00:00

org-publish-all: remove outdated comment.

This commit is contained in:
Bastien Guerry 2010-09-18 18:44:44 +02:00
parent 7ec0cceba4
commit cf5fbad49b

View file

@ -794,7 +794,6 @@ directory and force publishing all files."
(interactive "P") (interactive "P")
(when force (when force
(org-publish-remove-all-timestamps)) (org-publish-remove-all-timestamps))
;; (org-publish-initialize-files-alist force)
(save-window-excursion (save-window-excursion
(let ((org-publish-use-timestamps-flag (let ((org-publish-use-timestamps-flag
(if force nil org-publish-use-timestamps-flag))) (if force nil org-publish-use-timestamps-flag)))