From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: configure the length of the TODO states i agenda view lines Date: Wed, 16 Jan 2008 10:24:34 +0100 Message-ID: <7F05A27E-04FE-4BD9-86FD-5332BAD4878A@science.uva.nl> References: <28FCE112-5D7F-4F09-8A48-A5B445BB45D3@science.uva.nl> <478DC521.1030506@diplan.de> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JF4Vl-0006DL-F1 for emacs-orgmode@gnu.org; Wed, 16 Jan 2008 04:24:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JF4Vk-0006Bv-9p for emacs-orgmode@gnu.org; Wed, 16 Jan 2008 04:24:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JF4Vk-0006BZ-21 for emacs-orgmode@gnu.org; Wed, 16 Jan 2008 04:24:40 -0500 Received: from fg-out-1718.google.com ([72.14.220.156]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JF4Vj-0008Ub-NH for emacs-orgmode@gnu.org; Wed, 16 Jan 2008 04:24:39 -0500 Received: by fg-out-1718.google.com with SMTP id d23so214736fga.30 for ; Wed, 16 Jan 2008 01:24:38 -0800 (PST) In-Reply-To: <478DC521.1030506@diplan.de> 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: Rainer Stengele Cc: emacs-orgmode@gnu.org On Jan 16, 2008, at 9:49 AM, Rainer Stengele wrote: > Hi Carsten, > > any chance to get that the todo state item formatted? > > rainer Hmm, yeah, I can hack it. The clean way would be to include this into the prefix format, but this is more work. So I am just putting a new variable into the next version, you should set it like this: (setq org-agenda-todo-keyword-format "%-10s") - Carsten