From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: indenting nested TODOs in agenda views Date: Mon, 22 Aug 2011 19:16:05 +0800 Message-ID: <87ipppg0i2.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvSUV-00077I-Su for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 07:16:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvSUV-0002JF-22 for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 07:16:27 -0400 Received: from lo.gmane.org ([80.91.229.12]:53974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvSUU-0002JA-Rh for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 07:16:27 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QvSUT-0007Al-6A for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 13:16:25 +0200 Received: from 123.115.198.185 ([123.115.198.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Aug 2011 13:16:25 +0200 Received: from eric by 123.115.198.185 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Aug 2011 13:16:25 +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: emacs-orgmode@gnu.org 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? Eric