|
@@ -10539,7 +10539,7 @@ Raise an 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 s)
|
|
|
|
|
|
+ (insert (org-link-escape 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
|