From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: indenting nested TODOs in agenda views Date: Mon, 22 Aug 2011 07:37:39 -0400 Message-ID: <8739gt4qyk.fsf@norang.ca> References: <87ipppg0i2.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvSp5-0002HC-V4 for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 07:37:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvSp5-0006qT-0S for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 07:37:43 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:62559 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvSp4-0006qP-QW for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 07:37:42 -0400 In-Reply-To: <87ipppg0i2.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 22 Aug 2011 19:16:05 +0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Eric Abrahamsen writes: > What would it take to get an Agenda tags view that indented nested > TODOs? I've always been bothered by the fact that nested TODOs within a > subtree are all flattened for the agenda view, so sometimes it's hard to > tell that several TODOs all belong to one "bigger" TODO. > > I guess it would have to go in `org-finalize-agenda-entries', after the > filter function is run, and somehow instead of the way org entries are > currently fed to the sorting function. Would this be a desirable option? Set (org-tags-match-list-sublevels 'indented) in your agenda view. -Bernt