Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-07 Thread Bastien
Hi Christian, Christian Egli christian.e...@sbs.ch writes: The taskjuggler exporter used to be in core before it was moved to contrib by Bastien or Nicolas on the bases that there aren't many users (and probably because it wasn't maintained very well). This is OK for now, but eventually I'd

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-07 Thread Bastien
Bastien b...@gnu.org writes: The rationale for moving some files out of core is not only about the size of the user-base (which is very difficult to know), but mostly about whether those contributed packages depend on 3rd-part softwares. PS: Also see this recent message by Glenn:

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Daimrod
Martin vbmaz...@web.de writes: Hello Martin, Thanks for your patch. I will only make a few stylistic remarks. 1. Could you add `contrib/lisp/ox-taskjuggler.el:' to the subject? (The first line of the commit message) 2. IIUC you don't need the TINYCHANGE cookie because the changes are

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Martin Becker
Dear Daimrod, Thank you for these remarks, next time I know. I attached a clean patch. On 03.05.2013 10:40, Daimrod wrote: Martin vbmaz...@web.de writes: Hello Martin, Thanks for your patch. I will only make a few stylistic remarks. 1. Could you add `contrib/lisp/ox-taskjuggler.el:' to the

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Christian Egli
Hi Martin Martin Becker vbmaz...@web.de writes: Thank you for these remarks, next time I know. I attached a clean patch. I like this patch, this is good stuff. Can you tell me how you use this? I.e. does tj3 adapt the length fo a task based on your clock table? A few remarks on the patch

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Martin Becker
Hi Christian, I like this patch, this is good stuff. Can you tell me how you use this? Thanks, I attached a file where I made some tests. My idea was, that clock times are only used when there is no explicit information given, viz., when there is neither a property `complete' nor the task

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Christian Egli
Hi Martin Martin Becker vbmaz...@web.de writes: My idea was, that clock times are only used when there is no explicit information given, viz., when there is neither a property `complete' nor the task state equals done. Since I am clocking most of my activities, it would be convenient for me

Re: [O] [PATCH] Smart inference of task progress when exporting to TJ3

2013-05-03 Thread Martin Becker
Hi again, On 03.05.2013 22:25, Christian Egli wrote: Hi Martin Martin Becker vbmaz...@web.de writes: My idea was, that clock times are only used when there is no explicit information given, viz., when there is neither a property `complete' nor the task state equals done. Since I am clocking