emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot set invisible text property


From: Enrico Flor
Subject: Re: Cannot set invisible text property
Date: Wed, 12 Jan 2022 10:10:44 -0500

Ihor Radchenko <yantar92@gmail.com> writes:

> This is because Org makes use of invisible text property during
> fontification. You should either apply invisibility in Org through
> font-lock, or do it temporarily until next re-fontification via
> (with-silent-modifications (add-text-properties 1 3 '(invisible t)))

Thank you so much!  At some point I figured I had to actually study
font-lock and I did solve it, with font-lock-add-keywords.

Enrico

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]