From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Make text below heading not part of the heading Date: Wed, 26 Jan 2011 14:55:35 -0600 Message-ID: References: <4D408504.4060505@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=53186 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiCOw-0004ME-Ip for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 15:55:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiCOv-0007wE-6j for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 15:55:38 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:41646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiCOv-0007w8-2G for emacs-orgmode@gnu.org; Wed, 26 Jan 2011 15:55:37 -0500 Received: by iwn40 with SMTP id 40so1514518iwn.0 for ; Wed, 26 Jan 2011 12:55:36 -0800 (PST) In-Reply-To: <4D408504.4060505@christianmoe.com> 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: mail@christianmoe.com Cc: Org Mode Thanks Christian, Would the current behavior be considered a bug or a feature? Marcelo. On Wed, Jan 26, 2011 at 2:33 PM, Christian Moe wrote: > Hi, > > I think you need to give the final text a dummy heading of its own. A > further partial solution would be to set the VISIBILITY property of the > dummy heading to `content' or `all', so the text would always be visible on > startup. > > Yours, > Christian > > > On 1/26/11 6:16 PM, Marcelo de Moraes Serpa wrote: >> >> 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. >> >> _______________________________________________ >> 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 >> > >