From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Rossetti Subject: dynamic block for ordered list of all clock intervals Date: Thu, 20 Feb 2014 01:01:53 +0100 Message-ID: <84a9dm7itq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGH5e-0006OS-9r for emacs-orgmode@gnu.org; Wed, 19 Feb 2014 19:02:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGH5Y-00064r-FB for emacs-orgmode@gnu.org; Wed, 19 Feb 2014 19:02:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:37626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGH5Y-00064m-8d for emacs-orgmode@gnu.org; Wed, 19 Feb 2014 19:02:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WGH5W-0004YL-Og for emacs-orgmode@gnu.org; Thu, 20 Feb 2014 01:02:02 +0100 Received: from net-93-147-85-168.cust.dsl.teletu.it ([93.147.85.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Feb 2014 01:02:02 +0100 Received: from andrea.rossetti by net-93-147-85-168.cust.dsl.teletu.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Feb 2014 01:02:02 +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 Org users, recently I had to clock several small tasks, switching repeatedly from one to the other, and wanted to see the chronological history of all the CLOCK intervals, i.e. no sums/aggregations by day/week. So I wrote a (first rough version of a) dynamic block function for it, you may see it in this example: https://raw.github.com/thesoftwarebin/the-emacs-software-bin/master/clock-history/clock-history.org May I please ask if that function "reinvents the wheel", i.e. if there's already a function in Org to extract that same list. Thanks, kindest regards. Andrea