From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: special table from clock Date: Wed, 19 Mar 2014 12:18:15 +0100 Message-ID: <87ob12wi6g.fsf@bzg.ath.cx> References: <87iorirrpx.fsf@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQEVv-0004OL-WB for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 07:18:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQEVo-0006E5-Gy for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 07:18:27 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:39609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQEVo-0006Df-C5 for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 07:18:20 -0400 In-Reply-To: <87iorirrpx.fsf@gmx.at> (Martin's message of "Thu, 13 Mar 2014 17:25:14 +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: Martin Cc: emacs-orgmode@gnu.org Hi Martin, Martin writes: > But I'm unsure how to store the data for that in my APPT entries: I > could use properties (but how?) and I would really like to use the > CLOCK entries for calculating the times. Well, this *is* a complex request. One quick idea is to use properties and to look at org-collector.el from the contrib/ repository. What is not clear is whether you are confortable with writing Elisp. If you are, then starting from org-collector.el and writing your own transformation functions will surely lead to something... sorry for not being more helpful here. Best, -- Bastien