Merge branch 'maint'
This commit is contained in:
commit
3e68159c3a
|
@ -1244,8 +1244,10 @@ the file including them will be republished as well."
|
||||||
(let ((value (org-element-property :value element)))
|
(let ((value (org-element-property :value element)))
|
||||||
(and value
|
(and value
|
||||||
(string-match "^\\(\".+?\"\\|\\S-+\\)" value)
|
(string-match "^\\(\".+?\"\\|\\S-+\\)" value)
|
||||||
(org-remove-double-quotes
|
;; Ignore search suffix.
|
||||||
(match-string 1 value)))))))
|
(car (split-string
|
||||||
|
(org-remove-double-quotes
|
||||||
|
(match-string 1 value)))))))))
|
||||||
(when included-file
|
(when included-file
|
||||||
(push (org-publish-cache-ctime-of-src
|
(push (org-publish-cache-ctime-of-src
|
||||||
(expand-file-name included-file))
|
(expand-file-name included-file))
|
||||||
|
|
Loading…
Reference in New Issue