From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Colin Fraizer" Subject: document structure question Date: Fri, 1 Apr 2011 05:10:18 -0400 Message-ID: <006501cbf04c$9fe4bde0$dfae39a0$@cfraizer.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=41351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5aNF-0002OM-3Y for emacs-orgmode@gnu.org; Fri, 01 Apr 2011 05:10:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5aNE-0002M0-7O for emacs-orgmode@gnu.org; Fri, 01 Apr 2011 05:10:33 -0400 Received: from caibbdcaaaaf.dreamhost.com ([208.113.200.5]:53395 helo=homiemail-a41.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5aND-0002Lb-Vk for emacs-orgmode@gnu.org; Fri, 01 Apr 2011 05:10:32 -0400 Received: from homiemail-a41.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a41.g.dreamhost.com (Postfix) with ESMTP id D30EA44C058 for ; Fri, 1 Apr 2011 02:10:28 -0700 (PDT) Received: from colinfhp (stan.inter-intelli.com [209.43.1.25]) (Authenticated sender: orgmode@cfraizer.com) by homiemail-a41.g.dreamhost.com (Postfix) with ESMTPA id 7A25044C057 for ; Fri, 1 Apr 2011 02:10:28 -0700 (PDT) Content-Language: en-us 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 If I have an org document like the one below, is there a way to tell org that a subtree has ended such that the text that starts "Finally" is part of the logical unit that starts with Headline 1, but *not* part of the subunit Subheadline 1.2? With lists I can use two blank lines to end the list item. Is there a similar mechanism for subtrees? --BEGIN-- * Headline 1 I have some text. And more text. ** Subheadline 1.1 Some subtext. ** Subheadline 1.2 Additional subtext. Finally, I'd like more text that is considered part of the logical "Headline 1", but not part of "Subheadline 1.2". * Headline 2 Additional text. --END-- Thanks, --Colin Fraizer