On 13.8.2011, at 12:16, Nicolas Goaziou wrote: > Hello, > > Bastien <b...@altern.org> writes: > >> Yep. When you have some free time (!), please suggest a patch and a >> small org test file so that we can test. > > Here is an attempt to convert word boundaries into white spaces where it > matters.
I am not sure this is a good idea. With this patch, you always require the space to be there. So "* TODO" would not be a task. I am not sure, this might have side effects. - Carsten > > I paste again the test file from Osamu Okano for reference. > > #+begin_src org > #+TYP_TODO: SOMEDAY > * someday/maybe > * SOMEDAY/maybe > * SOMEDAY maybe > * someday maybe > * read/review > * READ/review > * conf > #+end_src > > > Regards, > > -- > Nicolas Goaziou > <0001-Enforce-white-space-after-todo-keywords.patch>