org.el: Fix plain link activation
commitb0e5c6d1addfef598952412ce9529a850281e8c1
authorBastien Guerry <bzg@altern.org>
Thu, 13 Sep 2012 01:10:06 +0000 (13 03:10 +0200)
committerBastien Guerry <bzg@altern.org>
Thu, 13 Sep 2012 01:10:06 +0000 (13 03:10 +0200)
treebccca02908640f42f228c3b3bbf399ae3ce7753e
parentc6d0af8c5b50a1ce2b418de0ad8ad086172e0c90
org.el: Fix plain link activation

* org.el (org-activate-plain-links): Don't try to check if we
are in a bracket link already.

This partially reverts commit ad35e2.
The problem that this commit was trying to
address needs to be rethought.

Thanks to Scott Randby for reporting this.
lisp/org.el