|
@@ -2720,7 +2720,7 @@ INFO is a plist holding contextual information. See
|
|
;; link's description.
|
|
;; link's description.
|
|
((string= type "radio")
|
|
((string= type "radio")
|
|
(let ((destination (org-export-resolve-radio-link link info)))
|
|
(let ((destination (org-export-resolve-radio-link link info)))
|
|
- (when destination
|
|
|
|
|
|
+ (if (not destination) desc
|
|
(format "<a href=\"#%s\"%s>%s</a>"
|
|
(format "<a href=\"#%s\"%s>%s</a>"
|
|
(org-export-solidify-link-text
|
|
(org-export-solidify-link-text
|
|
(org-element-property :value destination))
|
|
(org-element-property :value destination))
|