emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Holst
Subject: Re: [O] agenda view for TODOs without deadline and a certain tag
Date: Wed, 22 Feb 2012 11:20:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

Hi,
· Renato <address@hidden> wrote:
> On Wed, 22 Feb 2012 09:30:07 +0100
> Thomas Holst <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]