Merge branch 'maint'
This commit is contained in:
commit
a51c6ffa53
|
@ -4334,8 +4334,7 @@ significant."
|
||||||
(and (org-export-match-search-cell-p datum search-cells)
|
(and (org-export-match-search-cell-p datum search-cells)
|
||||||
datum)))))
|
datum)))))
|
||||||
(unless matches
|
(unless matches
|
||||||
(signal 'org-link-broken
|
(signal 'org-link-broken (list (org-element-property :path link))))
|
||||||
(list (org-element-property :raw-path link))))
|
|
||||||
(puthash
|
(puthash
|
||||||
search-cells
|
search-cells
|
||||||
;; There can be multiple matches for un-typed searches, i.e.,
|
;; There can be multiple matches for un-typed searches, i.e.,
|
||||||
|
|
Loading…
Reference in New Issue