From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Make text below heading not part of the heading Date: Thu, 27 Jan 2011 09:46:02 +0100 Message-ID: <4D4130CA.90604@christianmoe.com> References: <4D408504.4060505@christianmoe.com> Reply-To: mail@christianmoe.com 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=34221 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiNRn-00008S-2n for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 03:43:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiNRl-0000Kw-UL for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 03:43:18 -0500 Received: from mars.hitrost.net ([91.185.211.18]:22895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiNRl-0000Kp-N6 for emacs-orgmode@gnu.org; Thu, 27 Jan 2011 03:43:17 -0500 In-Reply-To: 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: Jeff Horn Cc: Org Mode , Marcelo de Moraes Serpa For my money, it's neither bug nor feature, but a (minor) restriction that follows from the (hugely enabling) feature of simple-to-use outline folding. An exception would be an added feature. For my part, I've not yet had a use case where inserting an extra heading was not a satisfactory solution. Yours, Christian On 1/26/11 10:05 PM, Jeff Horn wrote: > On Wed, Jan 26, 2011 at 3:55 PM, Marcelo de Moraes Serpa > wrote: >> Would the current behavior be considered a bug or a feature? > > I consider it a feature. I don't know what your use case is (why you > want to do this), but if you want to callout particular information, > as a header, without messing with folding, I suggest trying > org-inlinetask-insert-task. You can delete the "TODO" keyword if it > pops up. > > You could also use list items instead of headers if you want to > visually separate text from the body, like a note to self. >