From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: how to extract start time and end time from the CLOCK: property Date: Wed, 3 Sep 2008 11:37:04 +0200 Message-ID: References: <87vdxz6vnj.fsf@poczta.po.opole.pl> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: multipart/mixed; boundary="===============1427228955==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kaong-0005oY-SY for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:37:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kaone-0005ku-4I for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:37:19 -0400 Received: from [199.232.76.173] (port=56511 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kaond-0005kV-Sr for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:37:17 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]:49629) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kaond-0005gQ-O3 for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:37:18 -0400 Received: by ug-out-1314.google.com with SMTP id m2so2428766uge.17 for ; Wed, 03 Sep 2008 02:37:17 -0700 (PDT) In-Reply-To: <87vdxz6vnj.fsf@poczta.po.opole.pl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Seweryn Kokot Cc: emacs-orgmode@gnu.org --===============1427228955== Content-Type: multipart/alternative; boundary=Apple-Mail-22--538228023 --Apple-Mail-22--538228023 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi Seweryn, please see http://thread.gmane.org/gmane.emacs.orgmode/7430/focus=7430 - Carsten On Aug 18, 2008, at 1:58 AM, Seweryn Kokot wrote: > I would like to have a list of actions with starting and ending times > and with duration. > > Now I have the column view as follows > > #+BEGIN: columnview :hlines 1 :id global > | Action | start - end, > duration | duration | > |---------------- > +---------------------------------------------------------+----------| > | * 17-08-2008 > | | 3:38 | > | ** DONE task1 | [2008-08-17 nie 09:03]--[2008-08-17 nie 10:04] > => 1:01 | 1:01 | > | ** DONE task2 | [2008-08-17 nie 10:05]--[2008-08-17 nie 10:35] > => 0:30 | 0:30 | > #+END: > #+COLUMNS: %25ITEM(Action) %55CLOCK(start - end, duration) > %8CLOCKSUM(duration) > > but I would like something like this > > #+BEGIN: columnview :hlines 1 :id global > | Action | start | end | duration | > |----------------+--------+--------+----------| > | * 17-08-2008 | | | 3:38 | > | ** DONE task1 | 09:03 | 10:04 | 1:01 | > | ** DONE task2 | 10:05 | 10:35 | 0:30 | > #+END: > #+COLUMNS: %25ITEM(Action) %8CLOCK[start] %8CLOCK[end] > %8CLOCKSUM(duration) > > In other words it would be nice to extract starting time and ending > time > from the time range in the CLOCK property so that it would be possible > to insert them in two separate columns in a column view and in a > dynamic > block. > > Any ideas? > > regards, > Seweryn Kokot > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Apple-Mail-22--538228023 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi = Seweryn,


please = see

<= br>

- Carsten

On Aug = 18, 2008, at 1:58 AM, Seweryn Kokot wrote:

I = would like to have a list of actions with starting and ending = times
and with duration.

Now I have the column view as = follows

#+BEGIN: columnview :hlines 1 :id global
| Action =         | start - end, =  duration =             &n= bsp;           &nbs= p;        | duration = |
|----------------+---------------------------------------------------= ------+----------|
| * 17-08-2008   | =             &n= bsp;           &nbs= p;            =             &n= bsp;      |    3:38 =  |
| ** DONE task1  | [2008-08-17 nie 09:03]--[2008-08-17 = nie 10:04] =3D>  1:01 |    1:01  |
| ** DONE = task2  | [2008-08-17 nie 10:05]--[2008-08-17 nie 10:35] =3D> =  0:30 |    0:30  |
#+END:
#+COLUMNS: = %25ITEM(Action) %55CLOCK(start - end,  duration) = %8CLOCKSUM(duration)

but I would like something like = this

#+BEGIN: columnview :hlines 1 :id global
| Action =         | start  | end =    | duration = |
|----------------+--------+--------+----------|
| * 17-08-2008 =   |        | =        |    3:38 =  |
| ** DONE task1  |  09:03 |  10:04 | =    1:01  |
| ** DONE task2  |  10:05 | =  10:35 |    0:30  |
#+END:
#+COLUMNS: = %25ITEM(Action) %8CLOCK[start] %8CLOCK[end] = %8CLOCKSUM(duration)

In other words it would be nice to extract = starting time and ending time
from the time range in the CLOCK = property so that it would be possible
to insert them in two separate = columns in a column view and in a dynamic
block.

Any = ideas?

regards,
Seweryn = Kokot



_______________________________________________
Em= acs-orgmode mailing list
Remember: use `Reply All' to send replies to = the list.
Emacs-orgmode@gnu.org
http://= lists.gnu.org/mailman/listinfo/emacs-orgmode
<= br>
= --Apple-Mail-22--538228023-- --===============1427228955== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1427228955==--