From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Categories Date: Fri, 12 Oct 2007 20:20:24 +0200 Message-ID: <7a716f8a807adcd13f6fd73fe45097da@science.uva.nl> References: <1sodf4n1wn.fsf@home.net> <87przk8nom.fsf@bzg.ath.cx> <877ils8jpu.fsf@bzg.ath.cx> <467cec015b737d0c4c69382db9d7f314@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IgP7f-0005n3-Rd for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 14:20:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgP7e-0005l9-AX for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 14:20:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgP7e-0005l6-5B for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 14:20:30 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IgP7d-0005dN-Ue for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 14:20:30 -0400 In-Reply-To: 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: Richard G Riley Cc: emacs-orgmode@gnu.org 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 "" > `---- 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'. - 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.