From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc-Oliver Ihm Subject: [DEV] Package org-find-timestamps on worg Date: Sat, 17 Dec 2011 22:34:25 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rc1ty-0007hc-PX for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 16:34:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rc1tx-000203-Bm for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 16:34:42 -0500 Received: from lo.gmane.org ([80.91.229.12]:53302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rc1tx-0001zv-1Y for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 16:34:41 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rc1tv-0005RL-Kf for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 22:34:39 +0100 Received: from p54a8970d.dip0.t-ipconnect.de ([84.168.151.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Dec 2011 22:34:39 +0100 Received: from ihm by p54a8970d.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Dec 2011 22:34:39 +0100 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 Hello all, just have pushed the file org-find-timestamps.el to the contrib directory of worg: http://orgmode.org/worg/org-contrib/index.html The elisp file is here http://ferntreffer.de/elisp/org-refer-by-number.el Its description reads like this: The function org-find-timestamps allows you to bring the notes, that you take within org-mode, into a chronological order, even if they are scattered across many different files and nodes. It shows any SCHEDULED, CLOSED or plain timestamp in a listing with easy access to the repective nodes. Such a listing provides an answer to the common question 'What have I done last week ?' Hope, that this package can be useful. regards, Marc-Oliver Ihm