Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2015-08-10 10:05:30 +02:00
commit 181df8493e
1 changed files with 2 additions and 1 deletions

View File

@ -5714,7 +5714,8 @@ This should be called after the variable `org-link-types' has changed."
"\\([^" org-non-link-chars " ]"
"[^\t\n\r]*\\)")
org-angle-link-re
(format "<%s:\\(\n?\\(?:[^>\n]+\n?\\)*\\)>" types-re)
(format "<%s:\\([^>\n]*\\(?:\n[ \t]*[^> \t\n][^>\n]*\\)*\\)>"
types-re)
org-plain-link-re
(concat
"\\<" types-re ":"