emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] error while creating agenda clocktable


From: Rainer Stengele
Subject: Re: [O] error while creating agenda clocktable
Date: Fri, 27 Apr 2018 16:06:26 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Am 27.04.2018 um 15:47 schrieb Bastien:
Hi Rainer,

Rainer Stengele <address@hidden> writes:

I will copy the new function and modify it to fit my needs.

Thanks for this - please share your experience so that we can better
guide people in updating their code.

The only backward-incompatible change is that :tags is now :match
and :tags can now be nil or t to allow to insert tags.

You might also want to test the new feature.

Thanks,

Hi Bastien,

thanks for the request, I am glad to do do.

What I really want is a very simple clocktable in my agenda view:

Only 2 columns, CATEGORY, the total clocked time and the sum of clocked time 
for each CATEGORY in the agenda view.
Using the standard org-clocktable-write-default I see this:

|-----------------------+-----------+-----------------------------------+------|
|                       | GESAMT    | *Gesamtdauer*                       | 
*2:45* |
|-----------------------+-----------+-----------------------------------+------|
| Projectmanagement.org | *Dateizeit* | *                                 |    
* |
|                       | project 1 | *project 1: Projektmanagement*      | 
0:15 |
|                       | project 2 | *project 2: Projektmanagement*      | 
1:15 |
..

..
my goal is to end up with column 2 and 4:

|-----------+------|
| CATEGORY  | *2:45* |
|-----------+------|
| *Dateizeit* |    * |
| project 1 | 0:15 |
| project 2 | 1:15 |

as I only use 1 project org file and only 1 headline under which I clock my 
project time.
I would of course be more than happy to have new clocktable options to inhibit the filename column and also the headline lock column, not sure how that is named in the code.

In the past I just copied the org-clocktable-write-default and modified it 
brutally in order to just output my 2 needed columns.
That of course makes it sensitive to code changes..

Thank you.
Regards, Rainer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]