Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-01-11 21:01:40 +01:00
commit a51c6ffa53
1 changed files with 1 additions and 2 deletions

View File

@ -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.,