From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Newsgroups: gmane.emacs.help Subject: org-mode special table from clock Date: Tue, 11 Mar 2014 10:34:08 +0100 Message-ID: <87y50hnkof.fsf@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394530472 6171 80.91.229.3 (11 Mar 2014 09:34:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2014 09:34:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 11 10:34:38 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WNJ54-0003Fh-4h for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Mar 2014 10:34:38 +0100 Original-Received: from localhost ([::1]:53105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNJ53-0003DM-PM for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Mar 2014 05:34:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNJ4n-0003DB-7B for help-gnu-emacs@gnu.org; Tue, 11 Mar 2014 05:34:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNJ4f-0000wD-To for help-gnu-emacs@gnu.org; Tue, 11 Mar 2014 05:34:21 -0400 Original-Received: from mout.gmx.net ([212.227.15.15]:55748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNJ4f-0000vx-LX for help-gnu-emacs@gnu.org; Tue, 11 Mar 2014 05:34:13 -0400 Original-Received: from martin-desktop ([80.121.11.20]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MQzIE-1Wjoqd3Uje-00ULLw for ; Tue, 11 Mar 2014 10:34:10 +0100 User-agent: mu4e 0.9.9.5; emacs 24.3.1 X-Provags-ID: V03:K0:VLUtlbYa3NroKmQ/GZvKJGa4TqOoN5+gmhONBUvBVDwPWTn2fY3 Wl4oKWlcd04Qy0TKorVYUTWcCDBFGKm26Np2eEOo5k1y4nQDi6HAKzThIyvpubE9UP0179t 0udU8PGv7YCjzPhMjmQ3eKnoHbvT0vGX9opAoYS0W+gzdr1cUk2tH84utKS6hY1+Mjo0WoO wDMktg+6iyvA65Z30/rjQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.15 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96425 Archived-At: Hi there, I'd like to create a table from my org file appointments: Table for March 2014 | Day | Kind | Eltern | Familie | km | |-----+------+--------+---------+----| | 1 | | 4 | 3 | 32 | | 2 | | | | | | 3 | 2 | | | | | 4 | 6 | | 4 | 32 | | | | | | | This is where Day is the day of the month, Kind, Eltern, Familie are something like categories the appt belongs to, maybe not categories but subcategories. km is the distance of driving for that job. The count below the subcategories are not hours, that are quater hours, so a number of 4 tells me it is one hour. At the end of the table I'd like to have it summarized per subcategory and the km. 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. Thanks for your Ideas, Martin