Revert "Bugfix: don't exclude parentheses from org-plain-link-re."

This reverts commit c80e212d57.

Conflicts:

	lisp/ChangeLog
This commit is contained in:
Carsten Dominik 2009-08-01 20:05:40 +02:00
parent 4249cbf454
commit 97aa3f5b3b

View file

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