ox-publish: Fix code typo

* lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Fix
  code typo.
This commit is contained in:
Nicolas Goaziou 2014-03-25 10:38:48 +01:00
parent 1c1936fbb1
commit 317d2f1898
1 changed files with 1 additions and 1 deletions

View File

@ -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