From 3fbdb193b62c69c0e4f601d96c55e439017b5b3d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 16 Feb 2013 20:10:36 +0100 Subject: [PATCH] Reverting "ox-publish: Small refactoring" Revert "ox-publish: Small refactoring" This reverts commit 1d6f5b62b8af3d178c7fd041e0def8cba1e52498. --- lisp/ox-publish.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index 87253a5b3..0dda6498c 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -568,7 +568,9 @@ Return output file name." ;; filters. It isn't dependent on `:makeindex', since ;; we want to keep it up-to-date in cache anyway. (org-combine-plists - plist '(:filter-parse-tree (org-publish-collect-index)))))) + plist `(:filter-parse-tree + ,(cons 'org-publish-collect-index + (plist-get plist :filter-parse-tree))))))) ;; Remove opened buffer in the process. (unless visitingp (kill-buffer work-buffer)))))