From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Agenda: Display timeline for today Date: Mon, 30 Dec 2019 19:50:16 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000a950fd059af62a17" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39937) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1im6er-0008GK-AA for emacs-orgmode@gnu.org; Mon, 30 Dec 2019 20:49:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1im6eq-000323-15 for emacs-orgmode@gnu.org; Mon, 30 Dec 2019 20:49:17 -0500 Received: from mail-io1-xd32.google.com ([2607:f8b0:4864:20::d32]:37822) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1im6ep-0002zA-QH for emacs-orgmode@gnu.org; Mon, 30 Dec 2019 20:49:15 -0500 Received: by mail-io1-xd32.google.com with SMTP id k24so2590245ioc.4 for ; Mon, 30 Dec 2019 17:49:15 -0800 (PST) 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" To: emacs-orgmode --000000000000a950fd059af62a17 Content-Type: text/plain; charset="UTF-8" Hello all, I was searching for a way to display today's clocked items in a timeline style view e.g.: 10:00 - 10:15 foo 11:00 - 11:15 bar I found this Stack Overflow thread: https://emacs.stackexchange.com/questions/19746/get-a-timeline-of-clocked-time-in-org-mode One of the replies says to "Look into org-agenda-prefix-format to show start and end time" but doesn't specify how to do this. Any ideas? Looking at org-agenda-prefix-format I don't see anything regarding a start time or end time. I'm guessing I could code a function to get a start and end time. I looked around and found some code in org-element.el and I think that org-element-timestamp-parser may be what I need, but wanted to see if anyone has done something similar. Thanks, --Nate --000000000000a950fd059af62a17 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello all,

<= /div>
I was searching for a way to display today's clocked items in=
a timeline style view e.g.:

10:00 - 10:= 15 =C2=A0foo
11:00 - 11:15 bar

I found t= his Stack Overflow thread:

One of the replies says to "Look into org-agend= a-prefix-format to show start and end time" but doesn't specify ho= w to do this.

Any ideas?=C2=A0 Looking= at org-agenda-prefix-format I don't see anything regarding
a= start time or end time.=C2=A0 I'm guessing I could code a function to = get a
start and end time.=C2=A0 I looked around and found some co= de in org-element.el
and I think that org-element-timestamp-parse= r may be what I need, but wanted
to see if anyone has done someth= ing similar.

Thanks,
--Nate

--000000000000a950fd059af62a17--