ox: Silence byte-compiler

* lisp/ox.el (org-export-resolve-link): Use `org-link-make-string'
  instead of `org-make-link-string'.
This commit is contained in:
Nicolas Goaziou 2019-06-10 09:43:37 +02:00
parent 0ff65e9f4c
commit 3ecf1fb7b9
1 changed files with 1 additions and 1 deletions

View File

@ -4484,7 +4484,7 @@ Return value can be an object or an element:
(when (stringp link)
(setq link (with-temp-buffer
(save-excursion
(insert (org-make-link-string link)))
(insert (org-link-make-string link)))
(org-element-link-parser))))
(pcase (org-element-property :type link)
((or "custom-id" "id") (org-export-resolve-id-link link info))