Browse Source

Merge branch 'maint'

Nicolas Goaziou 8 years ago
parent
commit
a51c6ffa53
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lisp/ox.el

+ 1 - 2
lisp/ox.el

@@ -4334,8 +4334,7 @@ significant."
 		 (and (org-export-match-search-cell-p datum search-cells)
 		      datum)))))
 	(unless matches
-	  (signal 'org-link-broken
-		  (list (org-element-property :raw-path link))))
+	  (signal 'org-link-broken (list (org-element-property :path link))))
 	(puthash
 	 search-cells
 	 ;; There can be multiple matches for un-typed searches, i.e.,