Say I'm writing a text:
* Animals
There are many of them in the wild.
** Examples of animals :noexport:
- Dogs
- Fish
- Triceratops
# I'd like the subheading to end here!! Following sentence should belong to outer scope.
Animals are not the same as plants.
* Plants
There are also many of them in the wild.
I'd like my subheading Examples of animals in the example above, to end after - Triceratops, and all further text to continue on the parent heading Animals. Currently, if I cycle visibility and hide Examples of animals, then all text below it will be hidden up entil the next heading.
How can I force to prematurely end a headline?!
If this functionality is not implemented in org-mode, how can I insert structured text in the middle of a heading and selectively hide (org-cycle) it?
#+BEGIN_EXAMPLE...#+END_EXAMPLEwould seem more appropriate here.