From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Message Subject: Heirarchy and indenting of plain text belonging to headline of same indent Date: Thu, 20 May 2010 10:53:18 +0100 Message-ID: <4BF5068E.5090401@cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53896 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF2RR-0004Gj-MI for emacs-orgmode@gnu.org; Thu, 20 May 2010 05:53:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF2RN-0007AK-3a for emacs-orgmode@gnu.org; Thu, 20 May 2010 05:53:25 -0400 Received: from ppsw-33.csi.cam.ac.uk ([131.111.8.133]:43807) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF2RM-0007A1-Vg for emacs-orgmode@gnu.org; Thu, 20 May 2010 05:53:21 -0400 Received: from dee.cl.cam.ac.uk ([128.232.10.12]:55673) by ppsw-33.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:465) with esmtpsa (PLAIN:rhm31) (TLSv1:DHE-RSA-AES256-SHA:256) id 1OF2RL-0006WH-AM (Exim 4.70) for emacs-orgmode@gnu.org (return-path ); Thu, 20 May 2010 10:53:19 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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