Parcourir la source

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

This reverts commit c80e212d57941c170d76dc4986d3605f55899679.

Conflicts:

	lisp/ChangeLog
Carsten Dominik il y a 16 ans
Parent
commit
97aa3f5b3b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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