From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: Feature Request: org-agenda-set-category Date: Thu, 6 Sep 2007 09:25:57 +0000 (UTC) Message-ID: References: <18141.23318.769156.930384@gargle.gargle.HOWL> <877in6e2fm.fsf@bzg.ath.cx> <18143.30554.285312.790877@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITDcx-0006DA-GP for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 05:26:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITDcu-0006Ad-W2 for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 05:26:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITDcu-0006AO-OK for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 05:26:16 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ITDcu-0004FN-9P for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 05:26:16 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ITDcl-0008Iq-EX for emacs-orgmode@gnu.org; Thu, 06 Sep 2007 11:26:09 +0200 Received: from www-gw3.credit-suisse.com ([198.240.212.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Sep 2007 11:26:07 +0200 Received: from christian.egli by www-gw3.credit-suisse.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Sep 2007 11:26:07 +0200 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: emacs-orgmode@gnu.org T. V. Raman users.sf.net> writes: > I'm perfectly happy to do this with properties rather than > categories. But I suggested categories because that is what > agenda views are using at present in the left column. > Could we perhaps introduce a special property that is used by > org-agenda to build the left column? If you are just trying to change the layout of the agenda entries you might want to look at org-finalize-agenda-entries or org-agenda-highlight-todo to see if you could make the output for one agenda line somehow customizeable. HTH Christian