Hello, Samuel Wales <samolog...@gmail.com> writes:
> in recent maint seemingly > > * |Whatever > > will not return with RET, if WHATEVER is a todo kw. Fixed. Thank you. > a potentially amusing note: if this is correct, then this is around > the 9th bug i have reported over many years on todo kw case. this > could mean that there were about 9 non-refactored hardcodes. :) > > possible cause: perhaps case-fold-search should be nil when using > looking-at on the complex heading regexp. Indeed. Matching `org-complex-heading-regexp' must be done with `case-fold-search' set to nil. I spotted and fixed a few places where this wasn't the case. I also added a note about it in the docstring. Regards, -- Nicolas Goaziou