From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Customizing agenda line format Date: Thu, 16 Sep 2010 00:52:29 -0400 Message-ID: <87zkvi8f3m.fsf@archdesk.localdomain> References: <20100913134826.GU4640@cs.dal.ca> <878w35v4o9.fsf@archeee.localdomain> <20100913211530.GY4640@cs.dal.ca> <87eicxp743.fsf@archeee.localdomain> <20100914172121.GA4640@cs.dal.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=54004 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ow6SX-0002Vd-Dp for emacs-orgmode@gnu.org; Thu, 16 Sep 2010 00:52:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ow6SV-0001t8-4x for emacs-orgmode@gnu.org; Thu, 16 Sep 2010 00:52:33 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:38687) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ow6SV-0001t3-2l for emacs-orgmode@gnu.org; Thu, 16 Sep 2010 00:52:31 -0400 In-Reply-To: <20100914172121.GA4640@cs.dal.ca> (Norbert Zeh's message of "Tue, 14 Sep 2010 14:21:21 -0300") 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: Norbert Zeh Cc: Org Mode Mailing List Norbert Zeh writes: > Here's what I found out by tinkering around with settings a little. > Setting org-agenda-prefix-format to "" (as I already did before) > correctly removes the prefix *before* the TODO keyword. The formatting > function for everything starting with the TODO keyword, however, seems > to unconditionally insert a space between the TODO keyword and the > rest of the line. Thus, even if the TODO keyword is empty (by setting > org-agenda-todo-keyword-format to ""), there is still a space after > the now empty TODO keyword. Hence, the extra space at the beginning of > the line. To me it seems like there's no way around this with the > standard org mode settings. After experimenting a bit, I've also come to conclusion that the initial space is hard-coded. Best, Matt