From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Henderson Subject: Counting total number of projects Date: Fri, 19 Oct 2012 20:28:59 +1100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP8t4-0004lp-BZ for emacs-orgmode@gnu.org; Fri, 19 Oct 2012 05:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TP8t3-0001wI-6g for emacs-orgmode@gnu.org; Fri, 19 Oct 2012 05:29:02 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:32790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP8t2-0001vi-Vh for emacs-orgmode@gnu.org; Fri, 19 Oct 2012 05:29:01 -0400 Received: by mail-lb0-f169.google.com with SMTP id k6so241403lbo.0 for ; Fri, 19 Oct 2012 02:28:59 -0700 (PDT) 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: emacs-orgmode@gnu.org I have my projects like, * Projects ** project 1 ** project 2 Is there any way to calculate total number of projects in real-time such that, * Projects (2) ** project 1 ** project 2 This would be really beneficial to see how many running projects I have at the moment. At the moment, I am counting this manually which is slow and error-prone. Thanks.