From mboxrd@z Thu Jan  1 00:00:00 1970
From: Franz Heuser <spamcatcherhenry@web.de>
Subject: Where ends a subtree?
Date: Fri, 26 Mar 2010 18:27:34 +0100
Message-ID: <m38w9fm1rt.fsf@justforfun.somewhere>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1NvW5e-0008CD-4e
	for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 09:30:14 -0400
Received: from [140.186.70.92] (port=59342 helo=eggs.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1NvW5d-0008C2-12
	for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 09:30:13 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1NvW5Y-0008Eg-4v
	for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 09:30:12 -0400
Received: from lo.gmane.org ([80.91.229.12]:59241)
	by eggs.gnu.org with esmtp (Exim 4.69)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1NvW5X-0008EM-UN
	for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 09:30:08 -0400
Received: from list by lo.gmane.org with local (Exim 4.69)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1NvW5U-0006c9-1X
	for emacs-orgmode@gnu.org; Sat, 27 Mar 2010 14:30:04 +0100
Received: from xdsl-89-0-162-166.netcologne.de ([89.0.162.166])
	by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Sat, 27 Mar 2010 14:30:04 +0100
Received: from spamcatcherhenry by xdsl-89-0-162-166.netcologne.de with local
	(Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Sat, 27 Mar 2010 14:30:04 +0100
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/pipermail/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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

Hi,

I wonder where an subtree ends. My work flow is as follow:
* headline
  some text... 

Know I notice a ToDo entry that is link to the text. So i type

** ToDo something useful
   notes about the ToDo

  ... more about the headline.
  
My problem is, that '... more about the headline' is hidden, when the
ToDo entry is folded. It belongs syntactically to ToDo, but semantically
to the headline. 

Is there an <end> Tag or something like that? Where i can say: Here Ends
the ToDo entry, what comes now belong to the last headline?

Any Idea? Or a hint, how i can use org-mode another, better way? 

Greetings