From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: How to get "PROJ" as per screen on home page? Date: Fri, 16 Jan 2009 08:43:40 -0600 Message-ID: References: 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 1LNpvL-0006hO-Dk for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 09:43:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNpvJ-0006gn-5x for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 09:43:50 -0500 Received: from [199.232.76.173] (port=50060 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNpvJ-0006gi-01 for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 09:43:49 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:58988) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNpvI-0000o1-Ou for emacs-orgmode@gnu.org; Fri, 16 Jan 2009 09:43:48 -0500 In-Reply-To: (Keith Mantell's message of "Fri\, 16 Jan 2009 12\:51\:52 +0000") 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: Keith Mantell Cc: emacs-orgmode@gnu.org Hi Keith, "Keith Mantell" writes: > During the recent upgrade of the org-mode website ( very nice BTW) an > introductory graphic was added. > > I realise that I have no idea how to get the highlighted "PROJ" that appears > there - is it special in the same way as TODO, WAITING etc. or "just" a piece > of editing? Does this section of the manual help? http://orgmode.org/manual/TODO-extensions.html It explains how to create custom todo keywords/workflow states with the variables org-todo-keywords and the in-buffer settings #+SEQ_TODO and #+TYP_TODO. Best, Matt