Re: [O] Org clock cookies

2014-04-20 Thread Noah Slater
Okay, yep. I'm happy with the org-clock-display stuff for now. Thanks for your responses on this thread. On 17 April 2014 12:34, Bastien wrote: > Hi Noah, > > Noah Slater writes: > > > "[01:10]" would mean I had spent 1hr 10m on this node, and all > > subnodes. Similarly, "[2d 01:10]" would me

Re: [O] Org clock cookies

2014-04-17 Thread Bastien
Hi Noah, Noah Slater writes: > "[01:10]" would mean I had spent 1hr 10m on this node, and all > subnodes. Similarly, "[2d 01:10]" would mean I had spent 2d, 1hr, and > 10m on this node, and all subnodes. We can make `org-clock-display' display effort too. Since `org-clock-display' has been fix

Re: [O] Org clock cookies

2014-04-17 Thread Bastien
Hi Noah, Noah Slater writes: > I have detailed this in another post, but in summary: > > - It doesn't work very well with indent turned on (I have a sort of > patch for this) This has been fixed. > - Alignment of the the numbers seems wrong Fixed too. > - It messes up the "..." when you fold

Re: [O] Org clock cookies

2014-04-17 Thread Noah Slater
I should add: I'm doing this because I don't like the org-clock-display. I have detailed this in another post, but in summary: - It doesn't work very well with indent turned on (I have a sort of patch for this) - Alignment of the the numbers seems wrong - It messes up the "..." when you fold a no

Re: [O] Org clock cookies

2014-04-17 Thread Noah Slater
I don't use estimates, so I hadn't thought about that. "[01:10]" would mean I had spent 1hr 10m on this node, and all subnodes. Similarly, "[2d 01:10]" would mean I had spent 2d, 1hr, and 10m on this node, and all subnodes. I've already started hacking on this, and can share the patch if it's som

Re: [O] Org clock cookies

2014-04-17 Thread Bastien
Hi Noah, Noah Slater writes: > Would it be possible to code a similar cookie ("[:]" to be expanded > into "01:10" for example) that you could update with C-c C-c, or > better yet, automatically! Would this [01:10] cookie mean that you spent one minute on ten minutes of efforts? The question is

[O] Org clock cookies

2014-04-07 Thread Noah Slater
Hello, I discovered you can use "[/]" and "[%]" as cookies and have them updated as you complete subnodes. "[3/7]", or "[20%]" and so on. Would it be possible to code a similar cookie ("[:]" to be expanded into "01:10" for example) that you could update with C-c C-c, or better yet, automatically!