Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-22 Thread Thomas Holst
Hi, · Renato wrote: > On Wed, 22 Feb 2012 09:30:07 +0100 > Thomas Holst wrote: [ ... snip ... ] >> >> listing todo items which are not scheduled and don't have a deadline >> works by setting >> >> #+begin_src emacs-lisp >> (setq org-agenda-custom-commands >> '(("T" "Testing" tags-tod

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-22 Thread Thomas Holst
Hi, · Renato wrote: > On Tue, 21 Feb 2012 23:36:27 +0100 > Simon Thum wrote: > >> Hi Renato, >> >> one of my block agendas has >> (tags-todo "@work&TODO=\"TODO\"&SCHEDULED=\"\"&DEADLINE=\"\") >> >> i.e. lists todos which are tagged @work and aren't scheduled or >> deadlined. >> > > thank

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-21 Thread Renato
On Tue, 21 Feb 2012 23:36:27 +0100 Simon Thum wrote: > Hi Renato, > > one of my block agendas has > (tags-todo "@work&TODO=\"TODO\"&SCHEDULED=\"\"&DEADLINE=\"\") > > i.e. lists todos which are tagged @work and aren't scheduled or > deadlined. > thank you very much Simon, I added this to

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-21 Thread Simon Thum
Hi Renato, one of my block agendas has (tags-todo "@work&TODO=\"TODO\"&SCHEDULED=\"\"&DEADLINE=\"\") i.e. lists todos which are tagged @work and aren't scheduled or deadlined. I guess for interactive you have to unquote the "s. HTH, Simon On 02/20/2012 10:41 PM, Renato wrote: Hi, h

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-21 Thread Brian van den Broek
On 21 Feb 2012 09:59, "Renato" wrote: > > 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

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-20 Thread Renato
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

[O] agenda view for TODOs without deadline and a certain tag

2012-02-20 Thread Renato
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. kind regards, renato