polymode / poly-org

Polymode for org-mode
57 stars 13 forks source link

ensure case insensitive search on mode-matcher #26

Closed vbuciuc closed 4 years ago

vbuciuc commented 4 years ago

I usually use upper case letters for block header/tails in org mode.

It turns out in some cases poly-org-mode-matcher can be called with case-fold-search set to nil and it wasn't able to determine the mode from the upper case #+BEGIN_SRC.

In my case smartparens mode was setting case-fold-search to nil, but I assume there can be other cases.

vspinu commented 4 years ago

Thanks! Makes sense.