From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Norman Subject: Transforming org-mode project in Gantt graphes Date: Tue, 30 Dec 2014 19:49:01 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3f24c9a47ac050b7373c6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y61rL-0008Bo-41 for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 13:49:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y61rK-0005G4-0Z for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 13:49:35 -0500 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:42886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y61rJ-0005Fy-OK for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 13:49:33 -0500 Received: by mail-la0-f47.google.com with SMTP id hz20so13151240lab.34 for ; Tue, 30 Dec 2014 10:49:32 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c3f24c9a47ac050b7373c6 Content-Type: text/plain; charset=UTF-8 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 - explanations : http://xael.org/norman/python/org2gantt/README.org - the whole thing : http://xael.org/norman/python/org2gantt/org2gantt.tar.gz Of course, it is in an early release... Seems to work but not deeply tested yet. Comments or improvements are welcome ! Regards, Alexandre --001a11c3f24c9a47ac050b7373c6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

I just wrote two python= scripts to transform a project managed in org-mode in (beautifull) gantt g= raphes.

You could find more here :
- example of generated g= raphes :
=C2=A0 - http://xael.org/norman/python/org2gantt/project.svg
= =C2=A0 - http://xael.org/norman/python/org2gantt/project_ressources.svg=
Of course, it is in an early release... Seems to work but no= t deeply tested yet.
Comments or improvements are welcome !

Regards,
Alexandre
--001a11c3f24c9a47ac050b7373c6-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Transforming org-mode project in Gantt graphes Date: Thu, 1 Jan 2015 17:06:34 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113cf08a52215f050b9e72f3 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6ntk-00021y-P5 for emacs-orgmode@gnu.org; Thu, 01 Jan 2015 17:07:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y6ntj-0005zl-H1 for emacs-orgmode@gnu.org; Thu, 01 Jan 2015 17:07:16 -0500 Received: from mail-ob0-x22e.google.com ([2607:f8b0:4003:c01::22e]:50657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6ntj-0005zh-BN for emacs-orgmode@gnu.org; Thu, 01 Jan 2015 17:07:15 -0500 Received: by mail-ob0-f174.google.com with SMTP id nt9so57259151obb.5 for ; Thu, 01 Jan 2015 14:07:14 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alexandre Norman Cc: Org-Mode --001a113cf08a52215f050b9e72f3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E2=80=8B 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/python/org2gantt/project.svg > - http://xael.org/norman/python/org2gantt/project_ressources.svg > - explanations : http://xael.org/norman/python/org2gantt/README.org > - the whole thing : > http://xael.org/norman/python/org2gantt/org2gantt.tar.gz > > Of course, it is in an early release... Seems to work but not deeply > tested yet. Comments or improvements are welcome ! Thanks for sharing. It looks interesting. Could you include the example.org that you mention in README.org, in the tar file as well? Regards, -Manish --001a113cf08a52215f050b9e72f3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=E2=80=8B=C2=A0 On Tue, Dec 30, 2014 at 1:49 PM, Alexandre N= orman wrote:
=C2=A0 >
=C2=A0 > Hello,
=C2=A0 >
=C2=A0 = > I just wrote two python scripts to transform a project managed in
= =C2=A0 > org-mode in (beautifull) gantt graphes.
=C2=A0 >
=C2= =A0 > You could find more here :
=C2=A0 > - example of generated g= raphes :
=C2=A0 >=C2=A0=C2=A0 - http://xael.org/norman/python/org2gantt/project.= svg
=C2=A0 >=C2=A0=C2=A0 - http://xael.org/norman/python/org2gant= t/project_ressources.svg
=C2=A0 > - explanations : http://xael.org/norman/pyt= hon/org2gantt/README.org
=C2=A0 > - the whole thing :
=C2=A0 &= gt; ht= tp://xael.org/norman/python/org2gantt/org2gantt.tar.gz
=C2=A0 >=C2=A0 > Of course, it is in an early release... Seems to work but not= deeply
=C2=A0 > tested yet.=C2=A0 Comments or improvements are welco= me !

Thanks for sharing.=C2=A0 It looks interesting.=C2=A0 Could you= include the
example.org that you men= tion in README.org, in the tar file as well?

Regards,
-Manish
=
--001a113cf08a52215f050b9e72f3-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Norman Subject: Re: Transforming org-mode project in Gantt graphes Date: Fri, 2 Jan 2015 12:44:37 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0158b79e548e93050ba9df73 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y70fH-0006D8-4f for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 06:45:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y70fF-00034c-QF for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 06:45:11 -0500 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:41025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y70fF-00034H-JE for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 06:45:09 -0500 Received: by mail-la0-f52.google.com with SMTP id hs14so15631856lab.11 for ; Fri, 02 Jan 2015 03:45:07 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manish Cc: Org-Mode --089e0158b79e548e93050ba9df73 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: > =E2=80=8B 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/python/org2gantt/project.svg > > - http://xael.org/norman/python/org2gantt/project_ressources.svg > > - explanations : http://xael.org/norman/python/org2gantt/README.org > > - the whole thing : > > http://xael.org/norman/python/org2gantt/org2gantt.tar.gz > > > > Of course, it is in an early release... Seems to work but not deeply > > tested yet. Comments or improvements are welcome ! > > Thanks for sharing. It looks interesting. Could you include the > example.org that you mention in README.org, in the tar file as well? > > Regards, > -Manish > > --089e0158b79e548e93050ba9df73 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
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 <= mailtoma= nish.sharma@gmail.com> wrote:
=E2=80=8B=C2=A0 On Tue, Dec 30, 20= 14 at 1:49 PM, Alexandre Norman wrote:
=C2=A0 >
=C2=A0 > Hello,=
=C2=A0 >
=C2=A0 > I just wrote two python scripts to transform= a project managed in
=C2=A0 > org-mode in (beautifull) gantt graphes= .
=C2=A0 >
=C2=A0 > You could find more here :
=C2=A0 > -= example of generated graphes :
=C2=A0 >=C2=A0=C2=A0 - http://= xael.org/norman/python/org2gantt/project.svg
=C2=A0 >=C2=A0=C2=A0= - http://xael.org/norman/python/org2gantt/project_ressou= rces.svg
=C2=A0 > - explanations : http://xael.org/norman/p= ython/org2gantt/README.org
=C2=A0 > - the whole thing :
=C2=A0= > http://xael.org/norman/python/org2gantt/org2gantt.tar.gz<= /a>
=C2=A0 >
=C2=A0 > Of course, it is in an early release... S= eems to work but not deeply
=C2=A0 > tested yet.=C2=A0 Comments or im= provements are welcome !

Thanks for sharing.=C2=A0 It lo= oks interesting.=C2=A0 Could you include the
example.org that you mention in README.org, in th= e tar file as well?

Regards,
-Manish


--089e0158b79e548e93050ba9df73-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dain Miller" Subject: Re: Transforming org-mode project in Gantt graphes Date: Fri, 02 Jan 2015 04:49:01 -0800 (PST) Message-ID: <1420202939817.fc7305a8@Nodemailer> References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----Nodemailer-0.5.0-?=_1-1420202941041" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y71f9-0005sh-RL for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 07:49:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y71f4-0007Vp-Jd for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 07:49:07 -0500 Received: from mail-qc0-x229.google.com ([2607:f8b0:400d:c01::229]:42628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y71f4-0007Vd-DB for emacs-orgmode@gnu.org; Fri, 02 Jan 2015 07:49:02 -0500 Received: by mail-qc0-f169.google.com with SMTP id w7so13109561qcr.28 for ; Fri, 02 Jan 2015 04:49:01 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alexandre Norman Cc: Org-Mode ------Nodemailer-0.5.0-?=_1-1420202941041 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I really love this Alexandre! I have yet to use it, but it has given me = ideas for a similar tool.=C2=A0 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=E2=80=99t use org mode = for that (some tasks but thats it). Do you have anything written up on how = you do it=3F Cheers - Dain On Fri, Jan 2, 2015 at 3:45 AM, Alexandre Norman wrote: > 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: >> =E2=80=8B 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/python/org2gantt/project.svg >> > - http://xael.org/norman/python/org2gantt/project=5Fressources.= svg >> > - explanations : http://xael.org/norman/python/org2gantt/README.org >> > - the whole thing : >> > http://xael.org/norman/python/org2gantt/org2gantt.tar.gz >> > >> > Of course, it is in an early release... Seems to work but not = deeply >> > tested yet. Comments or improvements are welcome ! >> >> Thanks for sharing. It looks interesting. Could you include the >> example.org that you mention in README.org, in the tar file as well=3F >> >> Regards, >> -Manish >> >> ------Nodemailer-0.5.0-?=_1-1420202941041 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
I really love this Alexandre! I = have yet to use it, but it has given me ideas for a similar tool.= =C2=A0

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=E2=80=99t use org = mode for that (some tasks but thats it). Do you have anything written up on= how you do it=3F

Cheers
- Dain



On Fri, Jan 2, 2015 at 3:45 AM,= Alexandre Norman <norman@xael.org> = wrote:

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 <mailtomanish.sharma@gmail.com> = wrote:
=E2=80=8B=C2=A0 On Tue, Dec 30, 2014 at 1:49 PM,= Alexandre Norman wrote:
=C2=A0 >
=C2=A0 > Hello,
=C2=A0 = >
=C2=A0 > I just wrote two python scripts to transform a project = managed in
=C2=A0 > org-mode in (beautifull) gantt graphes.
=C2=A0= >
=C2=A0 > You could find more here :
=C2=A0 > - example of= generated graphes :
=C2=A0 >=C2=A0=C2=A0 - http://xael.= org/norman/python/org2gantt/project.svg
=C2=A0 >=C2=A0=C2=A0 - http://xael.org/norman/python/org2gantt/project=5Fressources.= svg
=C2=A0 > - explanations : http://xael.= org/norman/python/org2gantt/README.org
=C2=A0 > - the whole thing= :
=C2=A0 > http://xael.org/norman/python/org2gantt/org2gantt.tar.= gz
=C2=A0 >
=C2=A0 > Of course, it is in an early release..= . Seems to work but not deeply
=C2=A0 > tested yet.=C2=A0 Comments or= improvements are welcome !

Thanks for sharing.=C2=A0 It= looks interesting.=C2=A0 Could you include the
example.org that you mention in README.= org, in the tar file as well=3F

Regards,
-Manish



------Nodemailer-0.5.0-?=_1-1420202941041-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Fleury Subject: Re: Transforming org-mode project in Gantt graphes Date: Mon, 5 Jan 2015 10:07:40 +0100 Message-ID: References: <1420202939817.fc7305a8@Nodemailer> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043c7c16bcacf9050be40525 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y83db-0004Zr-TE for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 04:07:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y83dW-0007FN-3q for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 04:07:46 -0500 Received: from mail-wi0-f180.google.com ([209.85.212.180]:40250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y83dV-0007Eq-Rk for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 04:07:42 -0500 Received: by mail-wi0-f180.google.com with SMTP id n3so2786619wiv.13 for ; Mon, 05 Jan 2015 01:07:40 -0800 (PST) In-Reply-To: <1420202939817.fc7305a8@Nodemailer> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dain Miller Cc: Org-Mode , Alexandre Norman --f46d043c7c16bcacf9050be40525 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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, 2015 at 1:49 PM, Dain Miller wrote: > 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=E2=80=99t use org = mode for > that (some tasks but thats it). Do you have anything written up on how yo= u > do it? > > Cheers > - Dain > > > > On Fri, Jan 2, 2015 at 3:45 AM, Alexandre Norman wrote: > >> 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: >> >>> =E2=80=8B 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/python/org2gantt/project.svg >>> > - http://xael.org/norman/python/org2gantt/project_ressources.svg >>> > - explanations : http://xael.org/norman/python/org2gantt/README.org >>> > - the whole thing : >>> > http://xael.org/norman/python/org2gantt/org2gantt.tar.gz >>> > >>> > Of course, it is in an early release... Seems to work but not deepl= y >>> > tested yet. Comments or improvements are welcome ! >>> >>> Thanks for sharing. It looks interesting. Could you include the >>> example.org that you mention in README.org, in the tar file as well? >>> >>> Regards, >>> -Manish >>> >>> >> > --f46d043c7c16bcacf9050be40525 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Happy New Year!!!

Just curious: did you= see this ?=C2=A0http://orgmode.org/worg/org-tutorials/org-taskjuggler.html=
I must say I like your output better, rather than opening anothe= r tool. But maybe there is a way to at least use the same properties to mak= e it useful to more users ?

--paf

On Fri, Jan 2, 2015 at= 1:49 PM, Dain Miller <miller.dain@gmail.com> wrote:
=
I really love this Alexandre! I have yet to use it, but it has g= iven me ideas for a similar tool.=C2=A0

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=E2=80=99t use org m= ode for that (some tasks but thats it). Do you have anything written up on = how you do it?

Cheers
- Dain



On Fri, Jan 2, 2015 at 3:45 AM, Alexa= ndre Norman <norman@xael.org> wrote:

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 <mailtomanish.sharma@gmail.com> wrote:
=E2=80=8B=C2=A0 On Tue, Dec 30, 2014 at 1:49 PM, Alexandre Norman= wrote:
=C2=A0 >
=C2=A0 > Hello,
=C2=A0 >
=C2=A0 > = I just wrote two python scripts to transform a project managed in
=C2=A0= > org-mode in (beautifull) gantt graphes.
=C2=A0 >
=C2=A0 >= You could find more here :
=C2=A0 > - example of generated graphes :=
=C2=A0 >=C2=A0=C2=A0 - http://xael.org/norman/python/org2gant= t/project.svg
=C2=A0 >=C2=A0=C2=A0 - http://xae= l.org/norman/python/org2gantt/project_ressources.svg
=C2=A0 > - e= xplanations : http://xael.org/norman/python/org2gantt/README.org<= br>=C2=A0 > - the whole thing :
=C2=A0 > http://xael.o= rg/norman/python/org2gantt/org2gantt.tar.gz
=C2=A0 >
=C2=A0 &g= t; Of course, it is in an early release... Seems to work but not deeply
= =C2=A0 > tested yet.=C2=A0 Comments or improvements are welcome !
Thanks for sharing.=C2=A0 It looks interesting.=C2=A0 Could yo= u include the
example.o= rg that you mention in README.org, in the tar file as well?

Rega= rds,
-Manish




--f46d043c7c16bcacf9050be40525-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Norman Subject: Re: Transforming org-mode project in Gantt graphes Date: Mon, 05 Jan 2015 09:44:24 +0000 Message-ID: References: <1420202939817.fc7305a8@Nodemailer> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e014940642329c9050be489c7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y84D7-0004ED-Tg for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 04:44:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y84D4-0002Je-LV for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 04:44:29 -0500 Received: from mail-la0-f47.google.com ([209.85.215.47]:62831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y84D4-0002JU-Ev for emacs-orgmode@gnu.org; Mon, 05 Jan 2015 04:44:26 -0500 Received: by mail-la0-f47.google.com with SMTP id hz20so18166090lab.34 for ; Mon, 05 Jan 2015 01:44:24 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Pascal Fleury , Dain Miller Cc: Org-Mode --089e014940642329c9050be489c7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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, 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 ? > After a quick look, there are good design ideas to take=E2=80=A6 I think I will do the switch !!! Thanks ! Alexandre --089e014940642329c9050be489c7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello,


On Mon Jan 05 2015 at 10:07:47= Pascal Fleury <fleury@u= sers.sourceforge.net> wrote:
Happy New Year!!!

Thanks.=
I wish you (all) an happy new year also !

Just curious: did you se= e this ?=C2=A0http://orgmode.org/worg/org-tutorials/org-taskj= uggler.html

Unfortunately, = no.
=C2=A0
<= div>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 us= eful to more users ?

After a qu= ick look, there are good design ideas to take=E2=80=A6
I think I = will do the switch !!!

Thanks !
Alexandr= e
=C2=A0
--089e014940642329c9050be489c7-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Norman Subject: Re: Transforming org-mode project in Gantt graphes Date: Mon, 12 Jan 2015 23:03:16 +0100 Message-ID: References: <1420202939817.fc7305a8@Nodemailer> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1134930e3118e3050c7baee9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAn5S-0003z9-7c for emacs-orgmode@gnu.org; Mon, 12 Jan 2015 17:03:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAn5Q-0004GT-Ct for emacs-orgmode@gnu.org; Mon, 12 Jan 2015 17:03:50 -0500 Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:57853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAn5Q-0004Fx-0g for emacs-orgmode@gnu.org; Mon, 12 Jan 2015 17:03:48 -0500 Received: by mail-lb0-f180.google.com with SMTP id l4so20000856lbv.11 for ; Mon, 12 Jan 2015 14:03:46 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Pascal Fleury , Dain Miller , Manish Cc: Org-Mode --001a1134930e3118e3050c7baee9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 python-gantt ones You can see outputs here : - http://xael.org/norman/python/python-gantt/project.png - http://xael.org/norman/python/python-gantt/project_resources.png Installation ------------ To install python-gantt, just issue : python setup.py install It requires : - svgwrite - clize Usage ----- For using org2gantt, see help : python org2gantt/org2gantt.py -h Basic usage is : python org2gantt/org2gantt.py org2gantt/example.org It should generate two charts : one for tasks and one for resources assignment. Syntax for org-mode ------------------- See org2gantt/example.org and org2gantt/README.org for detailed explanations. Basically, you need to define : - resources : in a special section "RESOURCES" - and projects containing tasks. Timeframe of tasks is defined by (beginning) and (end). Some properties are used for : - duration of the task - define some task's blockers - resources used - and some other things Syntax is mostly compatible with org-taskjuggler when you have renamed RESOURCES section. In addition, resources can also be defined as tags. I think it's better than the org-taskjuggler property method as you can use them directly in org-mode ! My work flow ------------------- I work for a big company with two missions : - sysadmin (os + apps) on a 300+ server park, - do some integration and qualification on applications, - deploy those applications on our servers. I am managing 15 persons in two teams. One do daily sysadmin and the other one do the IQ and deployment part. For the sysadmin part, it's quite straightaway : daily repetitive tasks, and little scheduling (server installation, patch, updates=E2=80=A6) For the IQ / deployment team, the dates of operations are not defined by me but others (devs for the delivery and clients for production interruption). Scheduling is done with a long term view (6 months - 1 year)=E2=80=A6 but e= volve as dev are usually in hurry at first and in late at the end. For this, I need to check resources allocation in order to be able to do th= e work. I used ganttproject for this. But it is not really user friendly and lack good outputs I can share with others. org2gantt allows me to do some nice pictures for big managers. And with org-mode, it helps me to easily keep track of tasks (notes, documents, milestones) and who is assigned to what. Org-mode is also really usefull keep the someday/maybe notes. Regards, Alexandre On Mon, Jan 5, 2015 at 10:44 AM, Alexandre Norman wrote: > 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, 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 ? >> > > After a quick look, there are good design ideas to take=E2=80=A6 > I think I will do the switch !!! > > Thanks ! > Alexandre > > --001a1134930e3118e3050c7baee9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

I reworked on my code. You can find it = here : https://pypi.= python.org/pypi/python-gantt/

or with pip ::

=C2=A0 pip i= nstall python-gantt


Enclosed, there is two parts :

- pyth= on-gantt : this library is used to draw gantt svg charts from python
- o= rg2gantt : used to transform org-mode files to python-gantt ones

You can see outputs here :

=C2=A0- http://xael.org/norman/python/python-gan= tt/project.png
=C2=A0- http://xael.org/norman/python/python-gantt/= project_resources.png
=C2=A0
Installation=
------------

To install python-gantt, just issue :

=C2=A0= python setup.py install

It requires :
- svgwrite
- clize
<= br>Usage
-----

For using org2gantt, see h= elp :

=C2=A0 python org2gantt/org2gantt.py -h


Basic usage= is :

=C2=A0 python org2gantt/org2gantt.py org2gantt/example.org

It should generate two charts : one = for tasks and one for resources assignment.


Syn= tax for org-mode

-------------------

See org2gantt/example.org and org2gantt/README.org for detail= ed explanations.
Basically, you need to define :
- resources : in a s= pecial section "RESOURCES"
- and projects containing tasks.
Timeframe of tasks is defined by <SCHEDULE> (beginning) and <= DEADLINE> (end).
Some properties are used for :
- duration of the = task
- define some task's blockers
- resources used
- and some= other things

Syntax is mostly compatible with org-taskjuggler when = you have renamed RESOURCES
section.

In addition, resources can al= so be defined as tags. I think it's better than the
org-taskjuggler = property method as you can use them directly in org-mode !


My work flow

-------------------

I work for a = big company with two missions :
- sysadmin (os + apps) on a 300+ server = park,
- do some integration and qualification on applications,
- dep= loy those applications on our servers.

I am managing 15 persons in t= wo teams. One do daily sysadmin and the other one
do the IQ and deployme= nt part.

For the sysadmin part, it's quite straightaway : daily = repetitive tasks, and little
scheduling (server installation, patch, upd= ates=E2=80=A6)

For the IQ / deployment team, the dates of operations= are not defined by me but
others (devs for the delivery and clients for= production interruption).

Scheduling is done with a long term view = (6 months - 1 year)=E2=80=A6 but evolve
as dev are usually in hurry at f= irst and in late at the end.

For this, I need to check resources all= ocation in order to be able to do the
work. I used ganttproject for this= . But it is not really user friendly and lack
good outputs I can share w= ith others.

org2gantt allows me to do some nice pictures for big man= agers. And with
org-mode, it helps me to easily keep track of tasks (not= es, documents,
milestones) and who is assigned to what.
Org-mode is a= lso really usefull keep the someday/maybe notes.


Regards,
Alexandre


On Mon, Jan 5, 2015 at 10:44 AM, Alexandre Norman <norma= n@xael.org> wrote:
Hello,

On Mon Jan 05 2015 at 10:07:47 Pascal = Fleury <fleury@users.sourceforge.net> wrote:
Happy New Year!!!

Thanks.
I wish you (all) an happy new year also !
<= div>
Unfortunately, no.
=C2= =A0
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 user= s ?

After a quick look, = there are good design ideas to take=E2=80=A6
I think I will do th= e switch !!!

Thanks !
=
Alexandre
=C2=A0
=

--001a1134930e3118e3050c7baee9--