Richard G Riley <[EMAIL PROTECTED]> writes:

>> (setq org-agenda-custom-commands
>>       '(("r" tags-todo "Read/NEXT" nil)
>>         ("w" tags-todo "Write/NEXT" nil)
>>         ("R" tags-todo "Read/NEXT|TODO" nil)
>>         ("W" tags-todo "Write/NEXT|INPROGRESS" nil)))
>
> Where do you press "r" or "R"? I have the code above and nothing happens
> in my agenda. Hopefully I am just being rather dim.

Check that the value of `org-agenda-custom-commands' is actually the one
above.  Then run the command `org-agenda' --- you should see this at the
bottom left of the window:

r   Tags (TODO)  :  Read/NEXT
w   Tags (TODO)  :  Write/NEXT
R   Tags (TODO)  :  Read/NEXT|TODO
W   Tags (TODO)  :  Write/NEXT|INPROGRESS

> "C-c a m" then "Read" shows tasks with a tag of "Read". But pressing
> "r" or "R" does nothing.

If the "r" key (and its associated command) is not listed in the choice
you have when calling org-agenda, then it's normal that it does nothing.

Double-check for the value org `org-agenda-custom-commands' before doing
C-c a

NB: http://orgmode.org/org.html#Agenda-views might also help somehow

-- 
Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to