From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: Categories Date: Sat, 13 Oct 2007 14:22:40 +0200 Message-ID: References: <1sodf4n1wn.fsf@home.net> <87przk8nom.fsf@bzg.ath.cx> <877ils8jpu.fsf@bzg.ath.cx> <467cec015b737d0c4c69382db9d7f314@science.uva.nl> <7a716f8a807adcd13f6fd73fe45097da@science.uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Igg14-0001lt-J2 for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 08:22:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Igg12-0001im-TD for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 08:22:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Igg12-0001iN-Md for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 08:22:48 -0400 Received: from mu-out-0910.google.com ([209.85.134.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Igg12-000329-BZ for emacs-orgmode@gnu.org; Sat, 13 Oct 2007 08:22:48 -0400 Received: by mu-out-0910.google.com with SMTP id g7so935782muf for ; Sat, 13 Oct 2007 05:22:46 -0700 (PDT) In-Reply-To: <7a716f8a807adcd13f6fd73fe45097da@science.uva.nl> (Carsten Dominik's message of "Fri\, 12 Oct 2007 20\:20\:24 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org, Richard G Riley Carsten Dominik writes: > On Oct 12, 2007, at 19:20, Richard G Riley wrote: >> I have a possible bug here (5.12). When embedding the CATEGORY as a >> property e.g in my org file > > Yes, logging state changes is broken in 5.12, *#$&*&#&$. > > Fixed in 5.12c, thanks. > >> ,---- >> | '(org-agenda-custom-commands >> | (quote ( >> | ("d" org-todo "DELEGATED" nil) >> | ("c" org-todo "DONE|DEFERRED|CANCELLED" nil) >> | ("w" org-todo "WAITING" nil) >> | ("W" agenda "" >> `---- I took this from a tutorial out there in google land. > > > What an innovative way of totally misusing org-agenda-custom-commands. > `C-c a d' will indeed change a TODO state, something > org-agenda-custom-commands > was not designed for (and which I do not recommend...)! > > But "c" will not work, the symbol for creating a TODO list is > `alltodo', not `org-todo'. I'm not sure I understand, but I will remove this regardless. Why are you mentioning creating a TODO list? The commands above are "jumpt to state commands - not create commands. So, if the code I cribbed above is not correct, how is the best way to add commands to agenda mode - its not obvious how to jump straight to a state as opposed to cycling to it manually with all the note prompts that come with that flow. > > - Carsten > >> >> I hit "C-c x d" to move to "DELEGATED", I get prompted for a note, but >> the note is not stored as a sub item of the parent task anymore. In >> fact >> I don't know where it is stored.