|
@@ -9982,7 +9982,7 @@ Raise a user error when there is nothing to follow."
|
|
(with-temp-buffer
|
|
(with-temp-buffer
|
|
(let ((org-inhibit-startup (not reference-buffer)))
|
|
(let ((org-inhibit-startup (not reference-buffer)))
|
|
(org-mode)
|
|
(org-mode)
|
|
- (insert (org-link-escape s))
|
|
|
|
|
|
+ (insert s)
|
|
(goto-char (point-min))
|
|
(goto-char (point-min))
|
|
(when reference-buffer
|
|
(when reference-buffer
|
|
(setq org-link-abbrev-alist-local
|
|
(setq org-link-abbrev-alist-local
|