From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: List of most recently updated org files in the project Date: Thu, 16 May 2013 19:49:52 +0530 Message-ID: <20130516141952.GA18501@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucz2I-0003OG-8V for emacs-orgmode@gnu.org; Thu, 16 May 2013 10:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ucz2G-0003UV-Ps for emacs-orgmode@gnu.org; Thu, 16 May 2013 10:20:02 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:43225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ucz2G-0003UH-L2 for emacs-orgmode@gnu.org; Thu, 16 May 2013 10:20:00 -0400 Received: by mail-pd0-f170.google.com with SMTP id r10so507911pdi.1 for ; Thu, 16 May 2013 07:19:59 -0700 (PDT) Received: from panahar ([125.63.95.35]) by mx.google.com with ESMTPSA id vb8sm6986983pbc.11.2013.05.16.07.19.57 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 16 May 2013 07:19:59 -0700 (PDT) Content-Disposition: inline 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 I have a website (http://www.indianstatistics.org) published using orgmode. I have just migrated it to the new exporter. I would like to have a headline on the main page that lists (with links to) five most recently changed files. All org-files have a #+DATE field in the header which I update everytime I make changes on any page. I have been thinking of an org-babel source block that will produce the list of files, but have not been able to implement it. Will be grateful for any suggestions? Vikas