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:
parent
317d2f1898
commit
b982b57cb1
|
@ -1171,7 +1171,7 @@ the file including them will be republished as well."
|
||||||
(and (eq (org-element-type element) 'keyword)
|
(and (eq (org-element-type element) 'keyword)
|
||||||
(string-match "^\\(\".+?\"\\|\\S-+\\)"
|
(string-match "^\\(\".+?\"\\|\\S-+\\)"
|
||||||
(org-element-property :value element))
|
(org-element-property :value element))
|
||||||
(match-string 1))))
|
(org-remove-double-quotes (match-string 1)))))
|
||||||
(when included-file
|
(when included-file
|
||||||
(add-to-list 'included-files-ctime
|
(add-to-list 'included-files-ctime
|
||||||
(org-publish-cache-ctime-of-src
|
(org-publish-cache-ctime-of-src
|
||||||
|
|
Loading…
Reference in New Issue