From 317d2f1898ffaca15b3095cd736bfd5beb8fd70e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 25 Mar 2014 10:38:48 +0100 Subject: [PATCH] ox-publish: Fix code typo * lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Fix code typo. --- lisp/ox-publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index bad8138a8..f9d19080e 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -1171,7 +1171,7 @@ the file including them will be republished as well." (and (eq (org-element-type element) 'keyword) (string-match "^\\(\".+?\"\\|\\S-+\\)" (org-element-property :value element)) - (org-match-string-no-properties (match-string 1))))) + (match-string 1)))) (when included-file (add-to-list 'included-files-ctime (org-publish-cache-ctime-of-src