summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-03-25 10:38:48 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-03-25 10:38:48 +0100
commit317d2f1898ffaca15b3095cd736bfd5beb8fd70e (patch)
tree795d24a8300229980e177e5964184863c7e19e27
parent1c1936fbb1f0c42e5c7e1d3c903626aa5993a357 (diff)
downloadorg-mode-317d2f1898ffaca15b3095cd736bfd5beb8fd70e.tar.gz
ox-publish: Fix code typo
* lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Fix code typo.
-rw-r--r--lisp/ox-publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el
index bad8138..f9d1908 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