Remember to cover the basics, that is, what you expected to happen
and what in fact did happen. You don't know how to make a good
report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------
Emacs : GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.38, cairo version 1.16.0) of 2025-02-27, modified by Debian
Package: Org mode version 9.7.35 (9.7.35-7fbe36 @
~/.emacs.d/elpa/org-9.7.35/)
Hello.
I have a list in org-mode whose items are actually hyperlinks. I
wanted to strike-through the descriptions of the links that for
whatever reason were no longer interesting, but good to keep in
the document. Say :
* One
** Two
- [[https://orgmode.org/org.html#Feedback][+Struck-through link
description+]]
- [[https://orgmode.org/org.html#Feedback][Normal link
description]]
+Some struck-through line+
I find that the first of these link descriptions is not displayed
struck in emacs, while the last line is struck. However, when the
buffer is exported, for example to a pdf, the link description is
struck. It is also displayed struck in other org-enable software
(like android's Orgzly/Revived)
The problem seems not related with my configuration, since using a
"minimal" emacs/org-mode combination as explained in
https://orgmode.org/org.html#Feedback
shows the same problem. I can send a picture if needed.
Not sure whether this is a bug or a feature, but I would like to
know if there is a way I can see in Emacs these link descriptions
struck-through.
Any clues welcome, thank you!
-- Gooksin