From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: How do I create an agenda block for entries with a specific tag? Date: Fri, 28 Jun 2013 14:09:54 +0530 Message-ID: <878v1uwrvp.fsf@noman.maa.corp.collab.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsUFK-0007hj-EJ for emacs-orgmode@gnu.org; Fri, 28 Jun 2013 04:41:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsUFJ-0004NX-Bp for emacs-orgmode@gnu.org; Fri, 28 Jun 2013 04:41:34 -0400 Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]:59218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsUFJ-0004NJ-2m for emacs-orgmode@gnu.org; Fri, 28 Jun 2013 04:41:33 -0400 Received: by mail-pb0-f47.google.com with SMTP id rr13so2014634pbb.34 for ; Fri, 28 Jun 2013 01:41:31 -0700 (PDT) In-Reply-To: (Alan Schmitt's message of "Fri, 28 Jun 2013 09:48:10 +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: Alan Schmitt Cc: Org Mode Alan Schmitt writes: > Hello, > > I'm trying to find a way to create an agenda bloc (of type agenda) that > is restricted to a set of tags. I tried using a skip function but (as I > explained in another mail) I cannot get it to work. If someone has done > it before, I'd gladly have a look at how to do it. > >From the classic document http://doc.norang.ca/org-mode.html ("r" "Tasks to Refile" tags "REFILE" ((org-agenda-overriding-header "Tasks to Refile") (org-tags-match-list-sublevels nil))) Is this what you are looking for? Thanks and Regards Noorul