Преглед изворни кода

ox-publish: Fix code typo (part 2)

* lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Fix
  code typo.
Nicolas Goaziou пре 11 година
родитељ
комит
b982b57cb1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/ox-publish.el

+ 1 - 1
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