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

This commit is contained in:
Bastien Guerry 2009-07-31 08:25:04 +08:00
parent e06752ad53
commit c80e212d57
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-07-31 Bastien Guerry <bzg@altern.org>
* org.el (org-make-link-regexps): Don't exclude parentheses from
`org-plain-link-re'
2009-07-29 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
* org-clock.el (org-clock-in): Bugfix: recognize timestamps with

View File

@ -4060,7 +4060,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