I have the following file opened in outline mode:
* Heading 1
body
** Sub-heading 1
body
*** Child 1
body
*** Child 2
body
**** Buried Deep
body
** Sub-heading 2
body
*** Child 1
body
When I call outline-hide-other
with the point on the body of Buried Deep, I get:
* Heading 1...
** Sub-heading 1
...
*** Child 2
...
**** Buried Deep
body
...
I'm trying to understand, and to ultimately control, where the ellipses appears for invisible text.
I initially thought that a trailing ellipses at the end of a heading was used to denote an invisible body under that heading but no additional headings.
I also initially thought that when the ellipses appeared on a separate line that it was hiding one or more headings in addition to any bodies associated with those headings in the invisible text being denoted by the ellipses.
Both assumptions appear to be wrong, however, so could someone please explain under what conditions the ellipses is placed as trailing text after the heading vs. the conditions under which it is placed on its own line.
Even better would be pointers to any relevant functions and/or variables that can be used to control the placement of these ellipses.