From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Continuation of main section text after subsections ? Date: Tue, 29 Mar 2011 14:54:31 -0400 Message-ID: <87hbal7o60.fsf@fastmail.fm> References: <20110327170251.58923564@hsdev.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=56008 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4eRH-00073R-MV for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 15:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4e3l-0007yp-R4 for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 14:54:35 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:36574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4e3l-0007ye-Kt for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 14:54:33 -0400 In-Reply-To: <20110327170251.58923564@hsdev.com> (Marcel van der Boom's message of "Sun, 27 Mar 2011 17:02:51 +0200") 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: Marcel van der Boom Cc: emacs-orgmode@gnu.org Marcel van der Boom writes: > When I'm using orgmode to write out largish documents, I often run into > the outlining problem that it's apparently not possible to continue > text of a higher level outline once subsections have been started. > > A simplified example of such an outline would be: > > --- > * Main headline > Some thoughts expressed here > > ** Subheading 1 > More thoughts expressed here > ** Subheading 2 > More thoughts expressed here > > I would like to have this text part of 'Main headline', not of > 'Subheading 2' > ---- Would this work? --8<---------------cut here---------------start------------->8--- * Main headline Some thoughts expressed here ** Subheading 1 More thoughts expressed here ** Subheading 2 More thoughts expressed here ** Main headline (cont.) I would like to have this text part of 'Main headline', not of 'Subheading 2' --8<---------------cut here---------------end--------------->8--- > I've looked for documentation or customization options on this, but > haven't found any yet. What I have done so far is turn the subheadings > into lists or surround them by *bold markers*, which helps a little. Org-mode's assumptions about sections are the same as those found in outlines in general or in books or articles -- i.e., a section is terminated only another section. For nested sections you could always use xml to write your papers. ;) > The current outlining interrupts my flow of writing too often; it's > getting a nuisance. What are my options, if any, to get the outline > behaviour as above? Apart from the hack above, I would recommend inline tasks. **************** Subheading 1 More thoughts expressed here **************** END Best, Matt