The following example implements an internal link to a headline:
* Heading1
- Important facts
* Heading2
- Jump to [[*Heading1][Link]]
When following/opening the "Link" with C-c C-o, point moves to "Heading1". If the headline is closed, I would like it to open (unfold, expand) automatically when point lands. If the headline is already open, then do nothing (meaning, org-cycle can't be used).
org-show-subtree.