Replies: 2 comments 1 reply
|
Hello @rkoe, thanks for your interest in Orgzly. Are you familiar with OrgMode's clocking commands and the "log time" feature in Orgzly? There is certainly a lot of room for improvement in this this area, but we should definitely integrate with these features. |
0 replies
|
Thanks for your reply. But unfortunately, the current clocking-command-implementation does not really solve it:
So, I think:
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I love Orgzly (thanks!), and in addition to using it as hierarchical todo-list, I'm also using it as (hierarchical) time-tracker -- since I don't know of any hierarchical time-tracker-app available, and love to have the time-tracker integrated into the todo-list, and the search/filter functions of Orgzly.
It would be great, if the time-tracker-feature, which I currently implement with an external script, could be integrated.
I'm a developer, so I could theoretically help implementing it, but I unfortunately don't have any experience with developing Android apps.
What I'm currently doing for time-tracking:
Point 1 works already well in Orgzly, point 3 should probably always be an external script. But I would love to eliminate the need of a script for point 2, since this is not so reliable (starting the script on boot, inotify-problems on background apps etc.).
As far as I see it, Orgzly already logs some timestamps into some properties, e.g. CREATED, LAST_REPEAT or when an activity is DONE. It would be great, if Orgzly could also log timestamps for e.g. the state "NOW", since this would eliminiate the need of an external script for point 2.
So, I would suggest/wish:
I would then adapt my analyze-script and publish it on my github account, so others could use it, too.
Would you be interested in this, and is there a chance for this to get implemented? Or do you maybe know a better way to achieve the same?
All reactions