From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: indenting nested TODOs in agenda views Date: Mon, 22 Aug 2011 09:02:21 -0500 Message-ID: <877h65r1ci.fsf@riotblast.dunsmor.com> References: <87ipppg0i2.fsf@ericabrahamsen.net> <8739gt4qyk.fsf@norang.ca> <87aab1fym8.fsf@ericabrahamsen.net> <80fwktaazj.fsf@somewhere.org> <20110822135011.GA19319@bugaga.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvV57-00043P-Ij for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 10:02:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvV55-0002ei-Ug for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 10:02:25 -0400 Received: from deathroller.dunsmor.com ([98.129.169.48]:36644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvV55-0002ea-RN for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 10:02:23 -0400 In-Reply-To: <20110822135011.GA19319@bugaga.lan> (Olivier Schwander's message of "Mon, 22 Aug 2011 15:50:11 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Olivier Schwander Cc: Sebastien Vauban , emacs-orgmode@gnu.org Olivier Schwander writes: > * Garden > ** TODO Cut the flowers > * Home > ** TODO Cut the flowers > > should be presented somehow like in the refile view, as: > > TODO Garden / Cut the flowers > TODO Home / Cut the flowers > > instead of the unclear: > > TODO Cut the flowers > TODO Cut the flowers > > Actually, I wonder how people deals with this kind of tasks. Are you > relying on tags ? For example with :garden: and :home: in my previous > example ? I deal with it by making my TODO items more descriptive. For example: * TODO Cut the flowers by the side of the house * TODO Cut the flowers in the garden Regards, Jason