From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: visualization of org-todo-list Date: Fri, 01 Sep 2017 21:25:56 -0500 Message-ID: <87k21hhm4r.fsf@alphapapa.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnyCn-0007Nm-ET for emacs-orgmode@gnu.org; Fri, 01 Sep 2017 22:30:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnyCj-0006X9-EJ for emacs-orgmode@gnu.org; Fri, 01 Sep 2017 22:30:41 -0400 Received: from [195.159.176.226] (port=47439 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dnyCj-0006WF-70 for emacs-orgmode@gnu.org; Fri, 01 Sep 2017 22:30:37 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dnyCB-00035h-Lt for emacs-orgmode@gnu.org; Sat, 02 Sep 2017 04:30:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Pdj writes: > Dear All, > > in Org-Agenda(t) aka org-todo-list, > > 1) is it possible to get rid of the top lines > "Global list of TODO items of type: ALL > Available with ‘N r’: (0)[ALL] (1)TODO (2)WAIT ..." ? Not at the moment, but you could write an advice function to delete that after the buffer is filled. > 2a) I would like to either fontify different categories with different > faces, or change the background of the heading accorging to the > category. Is this something doable? > > 2b) As an alternative to 2a, it would be great to fontify the heading > according to the TODO tag. Is this any easier? Not exactly, but you might find org-super-agenda a useful alternative.