ox-publish: Fix code typo (part 2)

* lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Fix
  code typo.
This commit is contained in:
Nicolas Goaziou 2014-03-25 10:46:34 +01:00
parent 317d2f1898
commit b982b57cb1

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))
(match-string 1))))
(org-remove-double-quotes (match-string 1)))))
(when included-file
(add-to-list 'included-files-ctime
(org-publish-cache-ctime-of-src