summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-25 15:33:22 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-25 15:33:22 +0100
commitf67e62eb3f7bf1616c9c8e9db1c7e6ed2b475485 (patch)
tree8eb2f89242539eae521da1411caeaa7919dac851
parentb6df86a3033baff3b78356698158519bbaea1eb5 (diff)
parent1b1966a1441f03a70069e19f49c926e52d15d604 (diff)
downloadorg-mode-f67e62eb3f7bf1616c9c8e9db1c7e6ed2b475485.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-publish.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el
index b146e51..4b2d578 100644
--- a/lisp/ox-publish.el
+++ b/lisp/ox-publish.el
@@ -1167,7 +1167,8 @@ references with `org-export-get-reference'."
(let* ((filename (file-truename file))
(crossrefs
(org-publish-cache-get-file-property filename :crossrefs nil t))
- (cells (org-export-string-to-search-cell search)))
+ (cells
+ (org-export-string-to-search-cell (org-link-unescape search))))
(or
;; Look for reference associated to search cells triggered by
;; LINK. It can match when targeted file has been published