all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Heirarchy and indenting of plain text belonging to headline of same indent
@ 2010-05-20  9:53 Robin Message
  2010-05-20 11:11 ` Stephan Schmitt
  2010-05-20 19:46 ` Matthew Lundin
  0 siblings, 2 replies; 4+ messages in thread
From: Robin Message @ 2010-05-20  9:53 UTC (permalink / raw)
  To: emacs-orgmode

Dear list,

I'm just getting started with orgmode and it seems to do exactly what I 
need for outlining except for one thing - text always belongs to the 
headline immediately above it.
I would like text to belong to the headline above it that it is indented 
to. Sort of like how blocks of code are handled in Python.

As an example, given the text (assuming odd levels only)
* Head 1
   Body 1
*** Head 2
     Body 2
   More Body 1

Head 1 should fold to:
* Head 1
   Body 1
*** Head 2...
   More Body 1

At the moment, head 1 would fold to
* Head 1
   Body 1
*** Head 2...

But more body 1 is missing. Is there any way to get it handled as 
belonging to * Head 1, not *** Head 2?

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

Thanks,
Robin Message

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-20 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20  9:53 Heirarchy and indenting of plain text belonging to headline of same indent Robin Message
2010-05-20 11:11 ` Stephan Schmitt
2010-05-20 12:52   ` Robin Message
2010-05-20 19:46 ` Matthew Lundin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.