all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Cannot set invisible text property
@ 2022-01-06 22:48 Enrico Flor
  2022-01-07 22:26 ` John Kitchin
  2022-01-12 14:05 ` Ihor Radchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Enrico Flor @ 2022-01-06 22:48 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

In a minor mode I wrote for myself, I use add-text-properties to make
certain things invisible.  This does not work in org-mode, and I don't
understand why.  For instance, the following has no effect in when the
buffer is in org-mode (and only when it's in org mode):

    (add-text-properties 1 3 '(invisible t))

Any other text property I try to add does not give me any problem.
I have also tried to achieve the same by adding things to
buffer-invisibility-spec, but again, the following has no effect
whatsoever, if in org-mode:

    (add-text-properties 1 3 '(invisible hide-this-stuff))
    (add-to-invisibility-spec '(hide-this-stuff))

Can anyone give me a hint as to what is going on?

Thank you.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 857 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-12 15:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-06 22:48 Cannot set invisible text property Enrico Flor
2022-01-07 22:26 ` John Kitchin
2022-01-12 14:05 ` Ihor Radchenko
2022-01-12 15:10   ` Enrico Flor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.