Hello -- I'm wondering about my question from here:
Copying my question: in a source code special block, I can add code line labels, which have ref: in the label -- but when I make a link there, I have to omit the ref:. For example:
#+begin_src csharp
1044 string foo = someFunction(1234);
1045 if (foo == "1")
1046 {
1047 bar = 5; // (ref:my-code-line-label)
1048 }
// etc etc
#+end_src
There's a bug [[(my-code-line-label)][right here]].
This seems inconsistent. Why do I have to omit the ref: bit? This always confuses me; it seems like it would be simpler to just make the label and the links to that line of code be exactly the same. I don't see any particular reference to this in the org manual (
https://orgmode.org/manual/Internal-Links.html). Any insights?
My idea
-- Ceci n'est pas une .signature.