Re: [O] Transforming org-mode project in Gantt graphes

2015-01-12 Thread Alexandre Norman
Hello, I reworked on my code. You can find it here : https://pypi.python.org/pypi/python-gantt/ or with pip :: pip install python-gantt Enclosed, there is two parts : - python-gantt : this library is used to draw gantt svg charts from python - org2gantt : used to transform org-mode files to

Re: [O] Transforming org-mode project in Gantt graphes

2015-01-05 Thread Alexandre Norman
Hello, On Mon Jan 05 2015 at 10:07:47 Pascal Fleury wrote: > Happy New Year!!! > Thanks. I wish you (all) an happy new year also ! > > Just curious: did you see this ? > http://orgmode.org/worg/org-tutorials/org-taskjuggler.html > Unfortunately, no. > I must say I like your output better,

Re: [O] Transforming org-mode project in Gantt graphes

2015-01-05 Thread Pascal Fleury
Happy New Year!!! Just curious: did you see this ? http://orgmode.org/worg/org-tutorials/org-taskjuggler.html I must say I like your output better, rather than opening another tool. But maybe there is a way to at least use the same properties to make it useful to more users ? --paf On Fri, Jan 2

Re: [O] Transforming org-mode project in Gantt graphes

2015-01-02 Thread Dain Miller
I really love this Alexandre! I have yet to use it, but it has given me ideas for a similar tool.  It did make me realize I would love to see your project management org mode system. I also manage projects at my work but don’t use org mode for that (some tasks but thats it). Do you have anyt

Re: [O] Transforming org-mode project in Gantt graphes

2015-01-02 Thread Alexandre Norman
Hello, Sorry, forgotten file. I added it to the archive, it should be ok, right now. Regards, Alexandre On Thu, Jan 1, 2015 at 11:06 PM, Manish wrote: > ​ On Tue, Dec 30, 2014 at 1:49 PM, Alexandre Norman wrote: > > > > Hello, > > > > I just wrote two python scripts to transform a pro

Re: [O] Transforming org-mode project in Gantt graphes

2015-01-01 Thread Manish
​ On Tue, Dec 30, 2014 at 1:49 PM, Alexandre Norman wrote: > > Hello, > > I just wrote two python scripts to transform a project managed in > org-mode in (beautifull) gantt graphes. > > You could find more here : > - example of generated graphes : > - http://xael.org/norman/pyt

[O] Transforming org-mode project in Gantt graphes

2014-12-30 Thread Alexandre Norman
Hello, I just wrote two python scripts to transform a project managed in org-mode in (beautifull) gantt graphes. You could find more here : - example of generated graphes : - http://xael.org/norman/python/org2gantt/project.svg - http://xael.org/norman/python/org2gantt/project_ressources.svg -