From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: PROJ category from the org-mode front page? Date: Sat, 20 Mar 2010 15:47:35 +0100 Message-ID: References: <1258647186.29221.1212.camel@gont> Mime-Version: 1.0 (Apple Message framework v936) 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 1Nszxt-0004Sx-JY for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 10:47:49 -0400 Received: from [140.186.70.92] (port=52687 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nszxr-0004Sp-H8 for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 10:47:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nszxo-0003Od-MS for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 10:47:47 -0400 Received: from pony.ic.uva.nl ([145.18.40.181]:58786) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nszxo-0003OT-FO for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 10:47:44 -0400 In-Reply-To: <1258647186.29221.1212.camel@gont> 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: Matt Price Cc: emacs-orgmode On Nov 19, 2009, at 5:13 PM, Matt Price wrote: > Hi everyone, > > I've just been looking at this picture from the org-mode home page: > http://orgmode.org/img/tasks.png > I like the line : > * PROJ Organize the interstellar dust meeting > > Is "PROJ" a custom TODO 'type' keyword? I have to say I quite like > it... but would it be possible to have combine types with more complex > (non-DONE) states, so that e.g. the heading displays: > * PROJ INPROGRESS Organize the interstellar dust meeting > or > * PROJ DONE Organize the interstellar dust meeting No. Org-mode supports only one TODO keyword. What I am doing is #+TODO: PROJ | PRDONE PRCANCELED - Carsten