[Orgmode] Re: TaskJuggler 3, revisited

2010-10-29 Thread Christian Egli
John Hendy jw.he...@gmail.com writes: - is there any progress on an exporter for tj3? Yes there is. See http://github.com/egli/org-mode/blob/master/lisp/org-taskjuggler.el - does anyone have a vague sketch of what needs to happen? The export to tj3 should basically work now. Just customize

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-28 Thread Christian Egli
Hi Anthony Anthony Lander anthonylan...@yahoo.com writes: Is the unfamiliar idiom the backtick list with the ,variables in it, by chance? No it was more stuff like `return' and `return-from'. Ah, sorry. This I should have documented. The problem is that TJ3 fails to compile the file if

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-19 Thread Christian Egli
Hi Anthony Anthony Lander anthonylan...@yahoo.com writes: Please find attached a somewhat improved version of your TJ2 exporter, a drop-in replacement that exports to TJ3, and also a sample .org file. This is all exciting stuff. It's a little hard to digest (many changes rolled into one,

[Orgmode] Re: TaskJuggler 3, revisited

2010-10-18 Thread Christian Egli
Anthony Lander anthonylan...@yahoo.com writes: Is anyone interested in the changes I've made for tj2? I unfortunately don't have time to document them, except in point form as above, but I am happy to put together a patch and send it to the list for others to bang away on. I'm very

[Orgmode] Re: TaskJuggler 3, revisited

2010-10-18 Thread Christian Egli
Eric S Fraga ucec...@ucl.ac.uk writes: For the recent project I had to prepare, I did have to generate a GANTT chart. I tried using TJ2 via org but found the current implementation not suitable for my way of working. What are the problems you encountered? Instead of using TJ, either 2 or

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-18 Thread Louis Turk
On 10/18/2010 10:52 PM, Christian Egli wrote: Anthony Landeranthonylan...@yahoo.com writes: Is anyone interested in the changes I've made for tj2? I unfortunately don't have time to document them, except in point form as above, but I am happy to put together a patch and send it to the list

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-18 Thread Eric S Fraga
On Mon, 18 Oct 2010 16:54:37 +0200, Christian Egli christian.e...@sbs.ch wrote: Eric S Fraga ucec...@ucl.ac.uk writes: For the recent project I had to prepare, I did have to generate a GANTT chart. I tried using TJ2 via org but found the current implementation not suitable for my way

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-18 Thread Anthony Lander
Hi Christian, On 10-Oct-18, at 10:52 AM, Christian Egli wrote: Anthony Lander anthonylan...@yahoo.com writes: Is anyone interested in the changes I've made for tj2? I unfortunately don't have time to document them, except in point form as above, but I am happy to put together a patch and

[Orgmode] Re: TaskJuggler 3, revisited

2010-10-09 Thread Detlef Steuer
Hi John, if I understand you correctly you just need Gantt charts and not neccessarily tj3. If that is the case org-babel and R may help. There are at least two R-packages wich produce Gantt-charts: plotrix and plan. May be that helps Detlef On Fri, 8 Oct 2010 20:24:31 -0500 John Hendy

Re: [Orgmode] Re: TaskJuggler 3, revisited

2010-10-09 Thread John Hendy
On Sat, Oct 9, 2010 at 6:04 AM, Detlef Steuer detlef.ste...@gmx.de wrote: Hi John, if I understand you correctly you just need Gantt charts and not neccessarily tj3. If that is the case org-babel and R may help. There are at least two R-packages wich produce Gantt-charts: plotrix and plan.