From c80e212d57941c170d76dc4986d3605f55899679 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 31 Jul 2009 08:25:04 +0800 Subject: [PATCH] Bugfix: don't exclude parentheses from org-plain-link-re. --- lisp/ChangeLog | 5 +++++ lisp/org.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bee1eb6b7..18b0abe9f 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-07-31 Bastien Guerry + + * org.el (org-make-link-regexps): Don't exclude parentheses from + `org-plain-link-re' + 2009-07-29 Nicolas Goaziou (tiny change) * org-clock.el (org-clock-in): Bugfix: recognize timestamps with diff --git a/lisp/org.el b/lisp/org.el index 119311a78..b2ce54163 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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