|
@@ -3514,6 +3514,9 @@ generating a new one."
|
|
|
(save-excursion
|
|
|
(let ((inhibit-read-only t))
|
|
|
(goto-char (point-min))
|
|
|
+ (while (org-activate-plain-links (point-max))
|
|
|
+ (add-text-properties (match-beginning 0) (match-end 0)
|
|
|
+ '(face org-link)))
|
|
|
(while (org-activate-bracket-links (point-max))
|
|
|
(add-text-properties (match-beginning 0) (match-end 0)
|
|
|
'(face org-link)))
|