I have a very large orgmode document that has internal links to many different parts of the document.
If I try to export a subtree that has an internal link that points to a part of the document outside of the subtree exported, I get an error
Unable to resolve the link: "Determinism"
to get around this, I've written
#+OPTIONS: broken-links:auto
which makes it so that when I export the subtree, it can export but in the export the link's title isn't exported, it's simply a blank spot.
Basically in the original document's subtree I'll have this internal link that points to outside of the subtree like this
Philosophers love [[determinism]]
but upon export It becomes
Philosophers love
and what I want in the export is
Philosophers love determinism
I'm wondering if this is achievable.
I'm using spacemacs on MacOS, Mojave.