Function `org-link-search' does exact headline search
commit6d691e2aa8e9b66f516c1fa5088df99324e4cce6
authorAlan Schmitt <alan.schmitt@polytechnique.org>
Fri, 12 Dec 2014 07:26:05 +0000 (12 08:26 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 7 Feb 2015 21:42:40 +0000 (7 22:42 +0100)
tree3436888bf65ffee0c5b92d9497ffbeb5d50b3dd6
parenta9a9af030d8459305040977450e1076778c8b8f4
Function `org-link-search' does exact headline search

* lisp/org.el (org-link-search): Change headline search such that it
always does an exact search, ignoring spaces.

* testing/lisp/test-org.el (test-org/fuzzy-links): Test exact headline
match with spaces and cookies.

* doc/org.texi (External links): Cleanup footnote about the
`org-link-search-must-match-exact-headline' option for text searches
and add a footnote about the effect of the same option for heading
searches.

* doc/ORG-NEWS: Document changes.
doc/org.texi
etc/ORG-NEWS
lisp/org.el
testing/lisp/test-org.el