Merge branch 'maint'
This commit is contained in:
commit
53472b9c44
|
@ -5803,11 +5803,9 @@ prompted for."
|
||||||
"Add link properties for plain links."
|
"Add link properties for plain links."
|
||||||
(let (f hl)
|
(let (f hl)
|
||||||
(when (and (re-search-forward (concat org-plain-link-re) limit t)
|
(when (and (re-search-forward (concat org-plain-link-re) limit t)
|
||||||
(not (member 'org-tag
|
(not (memq 'org-tag
|
||||||
(get-text-property (cond
|
(get-text-property
|
||||||
((= 1 (match-beginning 0)) 1)
|
(max (1- (match-beginning 0)) (point-min)) 'face)))
|
||||||
(t (1- (match-beginning 0))))
|
|
||||||
'face)))
|
|
||||||
(not (org-in-src-block-p)))
|
(not (org-in-src-block-p)))
|
||||||
(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
|
(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
|
||||||
(setq f (get-text-property (match-beginning 0) 'face))
|
(setq f (get-text-property (match-beginning 0) 'face))
|
||||||
|
|
Loading…
Reference in New Issue