From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter BARABAS Subject: agenda-todo format Date: Thu, 14 Sep 2006 15:24:47 +0000 (UTC) Message-ID: 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 1GNtAV-00026c-On for emacs-orgmode@gnu.org; Thu, 14 Sep 2006 11:30:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNtAU-00025H-Gt for emacs-orgmode@gnu.org; Thu, 14 Sep 2006 11:30:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNtAU-000259-Ad for emacs-orgmode@gnu.org; Thu, 14 Sep 2006 11:30:22 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GNtCS-0001xW-DE for emacs-orgmode@gnu.org; Thu, 14 Sep 2006 11:32:24 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GNtAB-0000FL-I0 for emacs-orgmode@gnu.org; Thu, 14 Sep 2006 17:30:04 +0200 Received: from ob-772.adsl.datanet.hu ([195.56.28.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Sep 2006 17:30:03 +0200 Received: from z0d by ob-772.adsl.datanet.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Sep 2006 17:30:03 +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 Hello, Is there a way to display the tags of an entry after its category? The default format for this is: (todo . " %-12:c") I tried to put %T into it, but it always prints the tags at the position of org-agenda-align-tags-to-column's value. I cannot find how to disable this align. Also, in the todo view tags are not fontified. Is it intentional? Thank you for your help. I find org-mode very useful. Regards, Peter.