emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Categories


From: Bastien
Subject: Re: [Orgmode] Categories
Date: Mon, 15 Oct 2007 18:54:33 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Richard G Riley <address@hidden> 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




reply via email to

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