From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Tags question Date: Sat, 24 Dec 2011 11:20:02 -0500 Message-ID: <27670.1324743602@alphaville.dokosmarshall.org> References: <878vm26pza.fsf@norang.ca> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ReUKP-0004UR-CP for emacs-orgmode@gnu.org; Sat, 24 Dec 2011 11:20:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ReUKN-0007Sw-Rk for emacs-orgmode@gnu.org; Sat, 24 Dec 2011 11:20:09 -0500 Received: from g4t0016.houston.hp.com ([15.201.24.19]:16370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ReUKN-0007RJ-Mf for emacs-orgmode@gnu.org; Sat, 24 Dec 2011 11:20:07 -0500 In-Reply-To: Message from Bernt Hansen of "Sat\, 24 Dec 2011 08\:47\:37 EST." <878vm26pza.fsf@norang.ca> 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: Bernt Hansen Cc: Pavel Panchekha , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Bernt Hansen wrote: > Pavel Panchekha writes: >=20 > > I like seeing an organized breakdown of tasks I need to get done.=C2=A0= I > > don't use deadlines, so the agenda view isn't useful to me, but what > > would be nice is just all of my tasks grouped by tags.=C2=A0 So, for ea= ch > > tag, all tasks with that=C2=A0 tag.=C2=A0 I'd been doing this manually = by > > setting up a heirarchy and using the outlining tools, but I'm afraid > > using tags instead of heirarchy is becoming useful to me.=C2=A0 Is there > > any agenda view or other feature that does this, and if not, how > > might I go about coding it myself? > > > > - Pavel Panchekha >=20 > The agenda view is much more than a calendar-only view. >=20 > Try the todo list agenda view with a tag filter to show only tasks for a > specific tag >=20 > C-c a t / TAB tag RET >=20 Also check out section 6.3 of the manual: (info "(org)Tag searches") Nick