Robin Message <rh...@cam.ac.uk> writes:

> Alternatively, is there some kind of headline ending command or some
> way of easily adding one, e.g.
> * Head 1
>   Body 1
> *** Head 2
>     Body 2
> ***$
>   More Body 1

Stephan mentioned org-inline tasks, which has the following syntax:

--8<---------------cut here---------------start------------->8---
* Head 1
  Body 1
*************** Head 2
                Body 2
*************** END
  More body 1.
--8<---------------cut here---------------end--------------->8---

Depending on your needs, there are a few other options for marking off
text within a headline:

   1. Drawers. I often use a :NOTES: drawer to store items I don't want
      exported.

   2. Source code blocks. #+begin src: ... #+end src:

   3. Plain lists.

I'd imagine it depends on what you need this functionality for.

Best,
Matt


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to