Hi, · Renato <renn...@gmail.com> wrote: > On Wed, 22 Feb 2012 09:30:07 +0100 > Thomas Holst <thomas.ho...@de.bosch.com> 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-todo >> "TODO="TODO"+SCHEDULED=\"\"+DEADLINE=\"\"" nil))) >> #+end_src >> >> But not when I try to do it interactive: >> >> C-c a m TODO="TODO"+SCHEDULED=""+DEADLINE="" <RET> >> >> lists all todo items even if they are sheduled or have a deadline. I >> also tried to escape the " or use "<>" but neither did work. > > mmh, not sure, it is working for me here even with C-c a m... I really > know nothing of elisp, but maybe it's something trivial like you > mispelled something, or the TODOs are not in your agenda files? maybe > try commenting stuff out of your .emacs...
well I tested with a minimal setup - and it works. So it must be something in my setup. I try to invetigate further when I have some time. Sorry for the noise :-( -- Mit freundlichen Grüßen / Best regards Thomas