Hi, If working with Hebrew time locale (e.g. via `(setq system-time-locale "he_IL")') then day names are written using 2 words, e.g. see <https://metacpan.org/dist/DateTime-Locale/view/lib/DateTime/Locale/he_IL.pod>. This can break org ts parsing in delicate ways and lead to issues.
Questions: 1. Can I override day names with a list of my own? This could be a general Emacs issue. 2. Can I make reasonable edits to the TS regexps patterns without breaking too many things? Thanks, *Daniel Fleischer* P.s. The day names are 2 words which can easily be written using a single word without loss of meaning.
