From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Listing clock time in 'timeline' order Date: Tue, 09 Apr 2013 13:56:15 +0200 Message-ID: <87vc7vhq8w.fsf@bzg.ath.cx> References: <871ualmqlf.fsf@kobe.laptop> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPXA1-0007Mc-W4 for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 07:56:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPX9u-0002JD-3w for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 07:56:25 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:63816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPX9t-0002It-Tv for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 07:56:18 -0400 Received: by mail-wg0-f44.google.com with SMTP id z11so100995wgg.35 for ; Tue, 09 Apr 2013 04:56:17 -0700 (PDT) In-Reply-To: <871ualmqlf.fsf@kobe.laptop> (Giorgos Keramidas's message of "Mon, 08 Apr 2013 09:25:16 +0200") 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: Giorgos Keramidas Cc: emacs-orgmode@gnu.org Hi Giorgos, "Giorgos Keramidas" writes: > Do you think such a feature is possible org-mode? It is not possible at the moment. There is the option `org-clock-clocktable-formatter' that allows you to define your own function for formatting clocktables, so in theory you could scratch from there. > Does it already exist in some form? If not, I'm definitely willing > to help implementing it. I would first try to extend org-collector.el (from the contrib/ director) by allowing collections to be made from the :LOGBOOK: drawer (instead of the :PROPERTIES: drawer). Once you have this, it should be quite straightforward to put all the clocks in a table as you suggest. But definitely have a look at org-collector.el, it's worth inspecting. HTH, -- Bastien