From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Agenda in the mode-line? Date: Mon, 05 Aug 2013 01:18:03 +0700 Message-ID: <87wqo1fhgk.wl%n142857@gmail.com> References: <874nb86txq.fsf@bzg.ath.cx> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V62uF-0008O6-Q5 for emacs-orgmode@gnu.org; Sun, 04 Aug 2013 14:20:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V62u7-0000fs-EO for emacs-orgmode@gnu.org; Sun, 04 Aug 2013 14:19:51 -0400 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:62178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V62u7-0000fk-6X for emacs-orgmode@gnu.org; Sun, 04 Aug 2013 14:19:43 -0400 Received: by mail-pa0-f43.google.com with SMTP id hz10so2466325pad.16 for ; Sun, 04 Aug 2013 11:19:41 -0700 (PDT) In-Reply-To: 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: Kyle Sexton Cc: emacs-orgmode@gnu.org El Fri, 02 Aug 2013 09:59:55 -0500 Kyle Sexton va escriure: > What I am after is more of a overview of "How many total TODO tasks do I > have", ideally with some function to limit or match based on tag. >=20 I manually run a script each day to update many things, one of them is ex= porting the agenda to a file. I can then use =E2=80=9Ewc -l=E2=80=9C to cou= nt the number of tasks and =E2=80=9Egrep=E2=80=9C to filter. The downside is that the file is usually outdated. But computing it at ev= ery change would be too slow.