all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Killing org hyperlinks with one key
Date: Fri, 10 Jun 2022 20:36:43 +0200	[thread overview]
Message-ID: <87h74sz7pg.fsf@dataswamp.org> (raw)
In-Reply-To: 20220610124527.64c85ad7@enoush2o

Alexandros Prekates wrote:

> In the original context , if i understand you, it looks as
> simple text with a different face and underlined.
>
> Here is the fuction that toggleis org links display:
> (defun org-toggle-link-display ()
>   "Toggle the literal or descriptive display of links."
>   (interactive)
>   (if org-link-descriptive (remove-from-invisibility-spec '(org-link))
>     (add-to-invisibility-spec '(org-link)))
>   (org-restart-font-lock)
>   (setq org-link-descriptive (not org-link-descriptive)))
>
> buffer-invisibility-spec seems to hold invisible text.

Maybe you don't need that if it's part of the interface.

But you do right to examine the source, that's what you do at
this point, see how they do to extract it.

Maybe that's a property as well somewhere, the URL?

--
underground experts united
https://dataswamp.org/~incal




      reply	other threads:[~2022-06-10 18:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09  7:34 Killing org hyperlinks with one key Alexandros Prekates
2022-06-09  7:41 ` Emanuel Berg
2022-06-09  8:41   ` Alexandros Prekates
2022-06-09  9:11     ` Emanuel Berg
2022-06-10  9:45       ` Alexandros Prekates
2022-06-10 18:36         ` Emanuel Berg [this message]

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

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

  git send-email \
    --in-reply-to=87h74sz7pg.fsf@dataswamp.org \
    --to=incal@dataswamp.org \
    --cc=help-gnu-emacs@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 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.