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
1 changed files with 1 additions and 1 deletions

View File

@ -4071,7 +4071,7 @@ This should be called after the variable `org-link-types' has changed."
org-plain-link-re org-plain-link-re
(concat (concat
"\\<\\(" (mapconcat 'identity org-link-types "\\|") "\\):" "\\<\\(" (mapconcat 'identity org-link-types "\\|") "\\):"
"\\([^]\t\n\r<> ]+[^]\t\n\r<>,.; ]\\)") "\\([^]\t\n\r<>() ]+[^]\t\n\r<>,.;() ]\\)")
org-bracket-link-regexp org-bracket-link-regexp
"\\[\\[\\([^][]+\\)\\]\\(\\[\\([^][]+\\)\\]\\)?\\]" "\\[\\[\\([^][]+\\)\\]\\(\\[\\([^][]+\\)\\]\\)?\\]"
org-bracket-link-analytic-regexp org-bracket-link-analytic-regexp