Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-11-27 23:02:26 +01:00
commit 68544f4f21
1 changed files with 1 additions and 1 deletions

View File

@ -5714,7 +5714,7 @@ This should be called after the variable `org-link-parameters' has changed."
(looking-at (if verbatim? org-verbatim-re org-emph-re))
;; Do not span over paragraph boundaries.
(not (string-match-p org-element-paragraph-separate
(match-string 2)))
(match-string 0)))
;; Do not span over cells in table rows.
(not (and (save-match-data (org-match-line "[ \t]*|"))
(string-match-p "|" (match-string 4))))))