فهرست منبع

Merge branch 'maint'

Nicolas Goaziou 7 سال پیش
والد
کامیت
68544f4f21
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -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))))))