From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noah Slater Subject: Re: Problem with org-clock-display Date: Thu, 17 Apr 2014 13:37:23 +0200 Message-ID: References: <874n1s74bm.fsf@bzg.ath.cx> <8761m82orj.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0158c41ceb739b04f73b742d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WakdI-0008Ky-Hp for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 07:37:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WakdA-0008I4-8K for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 07:37:32 -0400 Received: from mail-yh0-x230.google.com ([2607:f8b0:4002:c01::230]:36125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WakdA-0008Hm-2j for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 07:37:24 -0400 Received: by mail-yh0-f48.google.com with SMTP id z6so219404yhz.7 for ; Thu, 17 Apr 2014 04:37:23 -0700 (PDT) In-Reply-To: <8761m82orj.fsf@bzg.ath.cx> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org --089e0158c41ceb739b04f73b742d Content-Type: text/plain; charset=ISO-8859-1 Huh, this is *very* cool. Thank you. Now I need to solve the problem of being able to tie the node to the clock-display. (If there's a big list, then it's hard to visually match them.) I think I recall a minor mode that highlighted the current line your point is on. That would fix it. But then, it would be nice if that worked with my mouse too. Any ideas? I think unless there's an obvious way to solve this, that it might actually make sense to have the "......." bit visible by default, and provide an option to turn it off for people who don't mind the way it looks. Thoughts? On 17 April 2014 13:12, Bastien wrote: > Hi, > > Noah Slater writes: > > > I was wondering if the "........................................" bit > > can be hidden. Is there a font face to customise for this? I find it > > distracting, especially with a big list of folded nodes. > > Check latest master: I removed the dots. > > > The only problem then is: how do I match the times up with the nodes. > > I guess this is the problem I was trying to solve with the clock > > cookies. > > > > One option would be to highlight the time with a new face when the > > point is on a node. Not sure about this though. > > > > If the above is possible, then would it be possible to move that > > "..." (after the clock total) to the left-hand side, so that it looks > > like this: > > > > * Node... 02:10 > > This cannot be easily achieved, if at all. > > > The only other thing I'd want to change is the alignment of the > > times. > > > > So right now, we have: > > > > 2d 18:10 > > 7:30 > > 11:32 > > From master, this should be aligned correctly now. > > > (For instance.) > > > > It would be great if these could be aligned so that: > > > > - The ":" ran down the middle (single column) > > - The hours were zero padded, so it was "07" and not "7" > > Well, not possible. > > > - There was some padding for days > > > > i.e. If there are no days, you add the space necessary so that the > > clock time aligns with other nodes that have days. > > Done. > > > As I say: I am more than happy to actually work on the patches > > necessary to make these changes > > Yep -- please submit a patch for other changes you would like to > make. Read http://orgmode.org/worg/org-contribute.html twice to > format the patches correctly :) > > -- > Bastien > --089e0158c41ceb739b04f73b742d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Huh, this is *very* cool. Thank you.

No= w I need to solve the problem of being able to tie the node to the clock-di= splay. (If there's a big list, then it's hard to visually match the= m.)

I think I recall a minor mode that highlighted the curr= ent line your point is on. That would fix it. But then, it would be nice if= that worked with my mouse too.

Any ideas?

I think unless there's an obvious way to solve this= , that it might actually make sense to have the "......." bit vis= ible by default, and provide an option to turn it off for people who don= 9;t mind the way it looks.

Thoughts?=A0

=
On 17 April 2014 13:12, Bastien <bzg@gnu.org&= gt; wrote:
Hi,

Noah Slater <nslater@tumbolia.or= g> writes:

> I was wondering if the "........................................&= quot; bit
> can be hidden. Is there a font face to customise for this? I find it > distracting, especially with a big list of folded nodes.

Check latest master: I removed the dots.

> The only problem then is: how do I match the times up with the nodes.<= br> > I guess this is the problem I was trying to solve with the clock
> cookies.
>
> One option would be to highlight the time with a new face when the
> point is on a node. Not sure about this though.
>
> If the above is possible, then would it be possible to move that
> "..." (after the clock total) to the left-hand side, so that= it looks
> like this:
>
> * Node... =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A002:10

This cannot be easily achieved, if at all.

> The only other thing I'd want to change is the alignment of the > times.
>
> So right now, we have:
>
> 2d 18:10
> 7:30
> 11:32

From master, this should be aligned correctly now.

> (For instance.)
>
> It would be great if these could be aligned so that:
>
> - The ":" ran down the middle (single column)
> - The hours were zero padded, so it was "07" and not "7= "

Well, not possible.

> - There was some padding for days
>
> i.e. If there are no days, you add the space necessary so that the
> clock time aligns with other nodes that have days.

Done.

> As I say: I am more than happy to actually work on the patches
> necessary to make these changes

Yep -- please submit a patch for other changes you would like to
make. =A0Read http://orgmode.org/worg/org-contribute.html twice to
format the patches correctly :)

--
=A0Bastien

--089e0158c41ceb739b04f73b742d--