From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Make text below heading not part of the heading Date: Wed, 26 Jan 2011 11:16:00 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=34115 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi8yX-0001Iz-0j for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 12:16:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi8yQ-0007Vn-3E for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 12:16:03 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:35636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi8yP-0007Vf-TL for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 12:16:02 -0500 Received: by iwn40 with SMTP id 40so1283367iwn.0 for ; Wed, 26 Jan 2011 09:16:01 -0800 (PST) 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: Org Mode Hi list, This might be a stupid question, but I still could not find a proper solution for the following issue: Let's say I have the following text in an org buffer: * A folded heading with some text beneath... And that I want to keep the document going by typing below this heading. However, the text *should not* belong to the heading in question. It is "headless". The issue is that org always tries to "eat" any text below a heading. If I fold it and then type the text beneath, it seems to work, until I unfold,fold again (or reload the file) just to see the text as part of that item again. is there a way to have text below an org heading not be part of the heading itself, in org terms ? Thanks, Marcelo.