Browse Source

ox-publish: Fix code typo

* lisp/ox-publish.el (org-publish-cache-file-needs-publishing): Fix
  code typo.
Nicolas Goaziou 11 năm trước cách đây
mục cha
commit
317d2f1898
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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))
-		       (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