|
@@ -2735,11 +2735,11 @@ INFO is a plist holding contextual information. See
|
|
|
((string= type "radio")
|
|
|
(let ((destination (org-export-resolve-radio-link link info)))
|
|
|
(when destination
|
|
|
- (let ((desc (org-export-data (org-element-contents destination) info))
|
|
|
- (href (org-export-solidify-link-text path)))
|
|
|
- (format
|
|
|
- "<text:bookmark-ref text:reference-format=\"text\" text:ref-name=\"OrgXref.%s\">%s</text:bookmark-ref>"
|
|
|
- href desc)))))
|
|
|
+ (format
|
|
|
+ "<text:bookmark-ref text:reference-format=\"text\" text:ref-name=\"OrgXref.%s\">%s</text:bookmark-ref>"
|
|
|
+ (org-export-solidify-link-text
|
|
|
+ (org-element-property :value destination))
|
|
|
+ desc))))
|
|
|
;; Links pointing to a headline: Find destination and build
|
|
|
;; appropriate referencing command.
|
|
|
((member type '("custom-id" "fuzzy" "id"))
|