emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Enrico Flor <enrico@eflor.net>
To: emacs-orgmode@gnu.org
Subject: Cannot set invisible text property
Date: Thu, 06 Jan 2022 17:48:10 -0500	[thread overview]
Message-ID: <87pmp41nx1.fsf@eflor.net> (raw)

[-- 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 --]

             reply	other threads:[~2022-01-06 22:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-06 22:48 Enrico Flor [this message]
2022-01-07 22:26 ` Cannot set invisible text property John Kitchin
2022-01-12 14:05 ` Ihor Radchenko
2022-01-12 15:10   ` Enrico Flor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmp41nx1.fsf@eflor.net \
    --to=enrico@eflor.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).