From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kleinerdrache@gmx.at Newsgroups: gmane.emacs.help Subject: Re: org-mode special table from clock Date: Thu, 13 Mar 2014 07:35:54 +0100 Message-ID: <87eh26mwr1.fsf@kaffanke.at> References: <87y50hnkof.fsf@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394692583 29631 80.91.229.3 (13 Mar 2014 06:36:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2014 06:36:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 13 07:36:31 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 1WNzFm-0005XF-EJ for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Mar 2014 07:36:30 +0100 Original-Received: from localhost ([::1]:37166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNzFl-0005vW-SR for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Mar 2014 02:36:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNzFW-0005uS-E2 for help-gnu-emacs@gnu.org; Thu, 13 Mar 2014 02:36:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNzFM-0003CJ-Bt for help-gnu-emacs@gnu.org; Thu, 13 Mar 2014 02:36:14 -0400 Original-Received: from mout.gmx.net ([212.227.17.21]:61778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNzFM-0003CE-2P for help-gnu-emacs@gnu.org; Thu, 13 Mar 2014 02:36:04 -0400 Original-Received: from martin-desktop ([62.46.153.9]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MUCTO-1WXIu20lqE-00R5ED for ; Thu, 13 Mar 2014 07:36:02 +0100 User-agent: mu4e 0.9.9.5; emacs 24.3.1 In-reply-to: <87y50hnkof.fsf@gmx.at> X-Provags-ID: V03:K0:h786+usExoZ01MdvHPHGBVH/A0UbAFPRwr6fb9jN2ud4BZyRodz 22rOub1E53ZOqpx9kEOOCs2gMD3i9/prPal21lb6PIYqer1mnRdiXHpO60VApiVCglj57dP I5Sdqo3KaK1lGwVK0dy9UPgzPAZ10MEfiMEB73+wdZ8alPLsv7Rp3/FUpjyKy3xRmjltsDg xmSiQxWJ/2Ss4myZwBj5g== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 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:96486 Archived-At: Arent there any org-mode users here who know a little a bout this issue? Thanks for every idea you have, Martin Martin writes: > 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