Christian Moe <[email protected]> writes: > Note that patches should be made against the current main branch (for > which you need to clone the Org-mode git repository). Here, for example, > the code has changed slightly in Org 9.8 (it's now an if clause, not a > when clause), so the patch would not apply.
Understood. > Turning off activation of links inside Org comments makes those links > visible but unclickable. I for one often find it helpful to keep links With the change I proposed the link is displayed "normally", *and* can be opened with C-c C-o (org-open-at-point), though not with the mouse. For me, that is interactive enough, but I realize other users may want to go for the mouse. I liked the idea of having the link syntax explicit in the comment, though. > I agree with Max; it would be nice to give them a text property so they > stand out from other comment text. Maybe you could look into that? I will have to study about text properties: my level is very basic at the moment, but I will read and try to familiarize with the subject. -- PavoDive
