Hello, Samuel Wales <samolog...@gmail.com> writes:
> On 9/6/17, Samuel Wales <samolog...@gmail.com> wrote: >> in the new release, org-agenda-current-time-string is partly fontified >> if it contains emphasis like "=== test ===". my guess is best to not >> fontify as it is not possible to >> fix unless you turn it off for the entire buffer. > > the above is correct, but the cause is possibly related to the fact > that there is an emphasis change from 9.0. > > before, "===" in the outline would not be fontified. now it is. Indeed. === really means "=" character in verbatim markup. > can this be turned off? You may be able to tweak fontification to ignore this special case. See `org-font-lock-set-keywords-hook' to install a special rule for. It will work as long as you don't export the document. For that case, you could write a filter turning multiple "=" into "\equal". Regards, -- Nicolas Goaziou