uniorg icon indicating copy to clipboard operation
uniorg copied to clipboard

<<a>> and [[a]] not supported.

Open cmal opened this issue 2 years ago • 3 comments

<> and [[a]] not supported.

cmal avatar Jul 07 '23 02:07 cmal

Is <<a>> org syntax? As for [[a]] if should be working but you do have to implement your own link parsing for anything other than raw paths/URIs. So if your link is [[file:/foo/bar]] you need to implement the parsing of that to an actual file.

ispringle avatar Aug 23 '23 10:08 ispringle

Yes, it's org syntax. <> is a radio target and [[a]] is a radio link. These are currently not implemented indeed

rasendubi avatar Aug 23 '23 18:08 rasendubi

Oh, I thought radio targets were a triplet of < > not a pair.

https://orgmode.org/manual/Radio-Targets.html

Huh, this is called a "dedicated link". I'd not ever heard of that.

https://orgmode.org/manual/Internal-Links.html

ispringle avatar Aug 24 '23 10:08 ispringle