Revert "Bugfix: don't exclude parentheses from org-plain-link-re."
This reverts commit c80e212d57
.
Conflicts:
lisp/ChangeLog
This commit is contained in:
parent
4249cbf454
commit
97aa3f5b3b
|
@ -4071,7 +4071,7 @@ This should be called after the variable `org-link-types' has changed."
|
|||
org-plain-link-re
|
||||
(concat
|
||||
"\\<\\(" (mapconcat 'identity org-link-types "\\|") "\\):"
|
||||
"\\([^]\t\n\r<> ]+[^]\t\n\r<>,.; ]\\)")
|
||||
"\\([^]\t\n\r<>() ]+[^]\t\n\r<>,.;() ]\\)")
|
||||
org-bracket-link-regexp
|
||||
"\\[\\[\\([^][]+\\)\\]\\(\\[\\([^][]+\\)\\]\\)?\\]"
|
||||
org-bracket-link-analytic-regexp
|
||||
|
|
Loading…
Reference in New Issue