Bugfix: don't ignore case when building the list of targets.
commit57b43866e51ec1e0b0b7241a26b787517f4a058a
authorBastien Guerry <bzg@altern.org>
Sat, 18 Jul 2009 08:35:59 +0000 (18 10:35 +0200)
committerBastien Guerry <bzg@altern.org>
Sat, 18 Jul 2009 08:35:59 +0000 (18 10:35 +0200)
treed4de84f319011adb581388a85e9c9ccb7da37338
parent8a15fe867bfbf9a468cdb5b106407d843166fd85
Bugfix: don't ignore case when building the list of targets.

If you have a TODO keyword like "DELEGATED" and an entry like
"* Delegated this stuff to X", then you want this entry to be
in the list of possible targets.  For that we need to distinguish
between DELEGATED as a keyword and "Delegated" as a simple word,
so (case-fold-search nil) seems relevant.
lisp/ChangeLog
lisp/org.el