From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: How do I create an agenda block for entries with a specific tag? Date: Fri, 28 Jun 2013 10:46:59 +0200 Message-ID: References: <878v1uwrvp.fsf@noman.maa.corp.collab.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsUKd-00011W-2C for emacs-orgmode@gnu.org; Fri, 28 Jun 2013 04:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsUKa-000619-DE for emacs-orgmode@gnu.org; Fri, 28 Jun 2013 04:47:02 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:6850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsUKa-00060k-5p for emacs-orgmode@gnu.org; Fri, 28 Jun 2013 04:47:00 -0400 In-reply-to: <878v1uwrvp.fsf@noman.maa.corp.collab.net> 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: Noorul Islam K M Cc: Org Mode Hi Noorul, noorul@noorul.com writes: > 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? Unfortunately this is a "tags" block. What I'm looking for is the same thing, but for an "agenda" block. Thanks, Alan