From mboxrd@z Thu Jan 1 00:00:00 1970 From: vanicat@debian.org (=?utf-8?Q?R=C3=A9mi?= Vanicat) Subject: Re: Where ends a subtree? Date: Sun, 28 Mar 2010 15:37:52 +0200 Message-ID: <87zl1ssh1r.dlv@debian.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nvsgz-0000yK-36 for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 09:38:17 -0400 Received: from [140.186.70.92] (port=49788 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nvsgx-0000x5-IP for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 09:38:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nvsgu-0003Cp-VU for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 09:38:13 -0400 Received: from lo.gmane.org ([80.91.229.12]:56231) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nvsgu-0003Ch-Mt for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 09:38:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nvsgq-0003XO-3J for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 15:38:08 +0200 Received: from 88-136-167-220.adslgp.cegetel.net ([88.136.167.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Mar 2010 15:38:08 +0200 Received: from vanicat by 88-136-167-220.adslgp.cegetel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Mar 2010 15:38:08 +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: emacs-orgmode@gnu.org Franz Heuser writes: > Hi, > > I wonder where an subtree ends. My work flow is as follow: When a headline of same level or lower level began > * 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. Org mode believe that ... more about the headline is inside ** ToDo something useful I know no way to change this: you must put every text that is only in "* headline" and not in the "** ToDo" subtree before any subtree > > 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 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? Add your todo at the end of the headline? put a "** rest of the headline" subtree after the todo ? -- RĂ©mi Vanicat