From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renato Subject: Re: agenda view for TODOs without deadline and a certain tag Date: Tue, 21 Feb 2012 08:56:47 +0100 Message-ID: <20120221085647.1bc9e1e9@gmail.com> References: <20120220224121.10d72f5d@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rzkd8-0006K6-PF for emacs-orgmode@gnu.org; Tue, 21 Feb 2012 02:59:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rzkd3-0008Th-78 for emacs-orgmode@gnu.org; Tue, 21 Feb 2012 02:59:22 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:34280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rzkd3-0008TW-0h for emacs-orgmode@gnu.org; Tue, 21 Feb 2012 02:59:17 -0500 Received: by eekc13 with SMTP id c13so2675115eek.0 for ; Mon, 20 Feb 2012 23:59:15 -0800 (PST) In-Reply-To: <20120220224121.10d72f5d@gmail.com> 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: Renato Cc: emacs-orgmode@gnu.org On Mon, 20 Feb 2012 22:41:21 +0100 Renato wrote: > Hi, how can I make C-c a M (org-tags-view) respect the variable > org-agenda-todo-ignore-deadlines? What I want to do is list my active > TODOs which do not have a deadline and which do not have a certain > tag. > better still, I'd like for org-agenda-list to ignore entries with a certain tag... I don't know what's the best way to manage this, but I think it's a pretty common thing... I've got lots of TODOs for example regarding my computer software environment (find out how to do this in emacs, check out this new window manager and so on) - which are all tagged :computer: - and I really don't want to see those unless I have an hour of spare time which I decide to dedicate to such things. I don't want to see them next to "do the laundry" - that's much more important. cheers, renato