Quote any special characters in org-make-target-link-regexp
commit32be74e098ebcbc0c31b347d45c18cd00a9e97bd
authorLawrence Mitchell <wence@gmx.li>
Tue, 14 Dec 2010 20:01:59 +0000 (14 20:01 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 16 Dec 2010 13:12:28 +0000 (16 14:12 +0100)
tree7e3e3fbfb185c52639409d89587df7d95b35e5d0
parentc61cdced2f165a45e9d4f5a9ca7b4fbd68fc8512
Quote any special characters in org-make-target-link-regexp

* lisp/org.el (org-make-target-link-regexp): regexp-quote target
before replacing whitespace.

Previously a radio link <<<...>>> would match all three-letter words
in the buffer.  The manual indicates the radio links are meant to
match literally (modulo whitespace differences), so we should
regexp-quote all the targets to avoid over-eager matching.
lisp/org.el