From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Re: PROJ category from the org-mode front page? Date: Sat, 20 Mar 2010 11:48:13 -0400 Message-ID: <201003201548.o2KFmEI0024537@bureau59.ns.utoronto.ca> References: <1258647186.29221.1212.camel@gont> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nt0uW-0006Yv-LV for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 11:48:24 -0400 Received: from [140.186.70.92] (port=40013 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nt0uU-0006YS-GH for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 11:48:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nt0uT-0001bK-4l for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 11:48:22 -0400 Received: from bureau59.ns.utoronto.ca ([128.100.132.146]:49523) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nt0uS-0001b0-VP for emacs-orgmode@gnu.org; Sat, 20 Mar 2010 11:48:21 -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: Carsten Dominik , Org Mode At Sat, 20 Mar 2010 15:47:35 +0100, Carsten Dominik wrote: > > > 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 > ah, that's obvious but still great, thx Carsten.