|
@@ -9433,7 +9433,7 @@ If the link is in hidden text, expose it."
|
|
|
(string-match "\\([a-zA-Z0-9]+\\):\\(.*\\)" s))
|
|
|
(progn
|
|
|
(setq s (funcall org-link-translation-function
|
|
|
- (match-string 1) (match-string 2)))
|
|
|
+ (match-string 1 s) (match-string 2 s)))
|
|
|
(concat (car s) ":" (cdr s)))
|
|
|
s))
|
|
|
|