|
@@ -2461,8 +2461,6 @@ INFO is a plist holding contextual information. See
|
|
|
(setq raw-path (match-string 1 raw-path)))
|
|
|
(if (file-name-absolute-p raw-path)
|
|
|
(concat "file://" (expand-file-name raw-path))
|
|
|
- ;; TODO: Not implemented yet. Concat also:
|
|
|
- ;; (org-export-directory :HTML info)
|
|
|
(concat "file://" raw-path)))
|
|
|
(t raw-path)))
|
|
|
protocol)
|
|
@@ -2472,9 +2470,8 @@ INFO is a plist holding contextual information. See
|
|
|
(and org-e-html-inline-images (not desc)))
|
|
|
(org-export-inline-image-p link org-e-html-inline-image-rules))
|
|
|
(org-e-html-link--inline-image link desc info))
|
|
|
- ;; Radioed target: Target's name is obtained from original raw
|
|
|
- ;; link. Path is parsed and transcoded in order to have a proper
|
|
|
- ;; display of the contents.
|
|
|
+ ;; Radio target: Transcode target's contents and use them as
|
|
|
+ ;; link's description.
|
|
|
((string= type "radio")
|
|
|
(let ((destination (org-export-resolve-radio-link link info)))
|
|
|
(when destination
|