I would like to keep a list of terms in an org file, lets say glossary.org
:
* ABC<<<abc>>>
other name for alphabet
* foo<<<foo>>>
see bar
* bar<<<bar>>>
see foo
Now while foo
and bar
would be created as internal links to the radio targets correctly, I want to use this glossary in another org mode file, so that the occurrences are converted in to links to these entries in e.g. a paragraph like this (in somefile.org
):
Variables are always called foo and bar. No exceptions.
I want to have the words foo
and bar
correctly linked to the entries in glossary.org
(automatically, as described in the documentation about radio targets)
Is there a way to have these kinds of cross-file radio targets?
Even more convenient would be not to have to tag every headline in glossary.org
as being a radio target, since all entries in that file are possible radio targets.