summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-03-25 10:46:34 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-03-25 10:46:34 +0100
commitb982b57cb1ad35aabde5698c31806db5d93240dc (patch)
tree782ee87c1bf1be480fe2ffeb2b7b4d782e667778
parent317d2f1898ffaca15b3095cd736bfd5beb8fd70e (diff)
downloadorg-mode-b982b57cb1ad35aabde5698c31806db5d93240dc.tar.gz
ox-publish: Fix code typo (part 2)
* 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 f9d1908..f60678e 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))
- (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