|
@@ -1508,7 +1508,7 @@ This function also handles the id links, if they have a match in
|
|
the current file."
|
|
the current file."
|
|
(goto-char (point-min))
|
|
(goto-char (point-min))
|
|
(while (re-search-forward org-bracket-link-regexp nil t)
|
|
(while (re-search-forward org-bracket-link-regexp nil t)
|
|
- (org-if-unprotected
|
|
|
|
|
|
+ (org-if-unprotected-at (match-beginning 1)
|
|
(let* ((md (match-data))
|
|
(let* ((md (match-data))
|
|
(desc (match-end 2))
|
|
(desc (match-end 2))
|
|
(link (org-link-unescape (match-string 1)))
|
|
(link (org-link-unescape (match-string 1)))
|