emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] indenting nested TODOs in agenda views


From: Bernt Hansen
Subject: Re: [O] indenting nested TODOs in agenda views
Date: Mon, 22 Aug 2011 07:37:39 -0400
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

Eric Abrahamsen <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]