emacs - How do I move text back to just under the parent level -


* parent   text under level      ** headline below parent     ** headline @ same level     don't want text headline indented same text under parent level without being headline. cannot this.     cannot re-indent text below parent level here   * top-level headline 

is there way in org-mode re-indent plain text same indent level plain text under parent level below several headlines under parent?

i trying this:

* section    introductory text.....       ** subsection 1            ** subsection 2     further reading 

now, "further reading" not headline, don't want one. however, cannot "get out of" subsection 2: type below part of it. perhaps need structure other way such using lists instead of headlines.

there no way in org, - there no syntax ends subheader return previous level. add subsection @ same level - e.g. in example,

* section introductory text.....   ** subsection 1   subsection 1 text   ** subsection 2   subsection 2 text   ** further reading   further reading 

it might nice if org had syntax, **-, end subsection, i'm not sure how involved change - pretty extensive.