From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Add number of items in the lists Date: Tue, 02 Oct 2012 16:14:04 +0200 Message-ID: <87sj9x6jwz.fsf@bzg.ath.cx> References: <808vbpeugv.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ3FY-0004uG-VR for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:15:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJ3FX-0000vm-Qd for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:15:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:52545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJ3FX-0000ut-Jh for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 10:15:03 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TJ3FH-0003Q1-Ls for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 16:14:47 +0200 In-Reply-To: <808vbpeugv.fsf@somewhere.org> (Sebastien Vauban's message of "Mon, 01 Oct 2012 23:46:40 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hi Sébastien, "Sebastien Vauban" writes: > * org-agenda.el (org-todo-list): Add the number of items in the lists. I don't think this is useful in general, but might be useful for some users with a lot of items in their agendas :) Maybe some `org-agenda-header-format' custom variable could do. Also have a look at `org-agenda-title-append' which is currently only used by org-mobile to add stuff here. But could be combined with a format string, or an option to add an overlay... 5 cts, -- Bastien