|
|
@@ -4894,6 +4894,10 @@ stacked delimiters is N. Escaping delimiters is not possible."
|
|
|
(when verbatim?
|
|
|
(org-remove-flyspell-overlays-in
|
|
|
(match-beginning 0) (match-end 0))
|
|
|
+ (when (and (org-fold-core-folding-spec-p 'org-link)
|
|
|
+ (org-fold-core-folding-spec-p 'org-link-description))
|
|
|
+ (org-fold-region (match-beginning 0) (match-end 0) nil 'org-link)
|
|
|
+ (org-fold-region (match-beginning 0) (match-end 0) nil 'org-link-description))
|
|
|
(remove-text-properties (match-beginning 2) (match-end 2)
|
|
|
'(display t invisible t intangible t)))
|
|
|
(add-text-properties (match-beginning 2) (match-end 2)
|