From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: Categories Date: Fri, 12 Oct 2007 19:20:03 +0200 Message-ID: References: <1sodf4n1wn.fsf@home.net> <87przk8nom.fsf@bzg.ath.cx> <877ils8jpu.fsf@bzg.ath.cx> <467cec015b737d0c4c69382db9d7f314@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 1IgOBI-0005Gw-36 for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 13:20:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgOBF-0005Gi-OD for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 13:20:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgOBF-0005Gf-IK for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 13:20:09 -0400 Received: from an-out-0708.google.com ([209.85.132.241]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IgOBF-0000hP-8g for emacs-orgmode@gnu.org; Fri, 12 Oct 2007 13:20:09 -0400 Received: by an-out-0708.google.com with SMTP id c25so50555ana for ; Fri, 12 Oct 2007 10:20:08 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Fri\, 12 Oct 2007 19\:07\:14 +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 17:04, Richard G Riley wrote: >> >> Yes. The concept of not having to worry about where things are in the >> org file doesn't really work for me. I like things having a certain >> category in that category section - otherwise there seems little point >> in having lines like >> >> ,---- >> | * Emacs >> | >> | :PROPERTIES: >> | :CATEGORY: Emacs >> | :END: >> `---- > > Check out this message - it might contain what you are looking for. > > http://thread.gmane.org/gmane.emacs.orgmode/3179/focus=3586 > >> >> This might seem like an incredibly naive question, but with the concept >> of "general properties", where do TAGs fit in now? Is a tag a special >> kind of property? I am having difficulty seeing the best way to utilise >> the tools and would appreciate some wise words of guidance here. > > See my other message in a new thread. > > - Carsten I have a possible bug here (5.12). When embedding the CATEGORY as a property e.g in my org file ** TODO master tags/categories :VOCAB: SCHEDULED: <2007-10-14 Sun> DEADLINE: <2007-10-15 Mon> :PROPERTIES: :CATEGORY: Emacs :MISC: test :END: [2007-10-12 Fri] [[gnus:nnmaildir%2BMyMail:DevelopmentEmail#886][Email from Bastien: Re: Orgmode Categories]] when I change the state e.g with this custom command sample ,---- | '(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 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.