From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Schmitz Subject: Testers / Feedback wanted: Gantt charts via org-gantt.el Date: Sat, 30 May 2015 11:33:40 +0000 Message-ID: <1432985621669.70644@vis.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yyf1P-0005Q1-PY for emacs-orgmode@gnu.org; Sat, 30 May 2015 07:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yyf1M-0004av-Ib for emacs-orgmode@gnu.org; Sat, 30 May 2015 07:33:47 -0400 Received: from mx3.informatik.uni-stuttgart.de ([129.69.211.42]:47793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yyf1M-0004ai-Cm for emacs-orgmode@gnu.org; Sat, 30 May 2015 07:33:44 -0400 Received: from mx.visus.uni-stuttgart.de (impromptu.visus.uni-stuttgart.de [129.69.205.29]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx3.informatik.uni-stuttgart.de (Postfix) with ESMTPS id 5ADDC6249 for ; Sat, 30 May 2015 13:33:42 +0200 (CEST) Content-Language: de-DE 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" Hi,=0A= =0A= my org-gantt.el is now in a usable state. It creates gantt charts via pgfga= ntt directly from headlines in org mode, using deadlines, schedules, effort= estimates and (optionally) clocked time.=0A= In contrast to ox-taskjuggler it does not require an external program, and = in contrast to Eric Fraga's gantt chart creation it reads from the headline= s instead of a specific table. Something like this has been discussed on th= is list, but I couldn't find that anyone has actually implemented it. =0A= =0A= For some examples, take a look at the charts in the manual:=0A= https://github.com/HeyFlash/emacs-stuff/blob/master/experiments/org-gantt-m= anual.pdf=0A= Source:=0A= https://github.com/HeyFlash/emacs-stuff/blob/master/experiments/org-gantt-m= anual.org=0A= =0A= As I think this might be useful for others I wanted to make it available. I= would be happy about feedback. =0A= =0A= The file itself can be found here:=0A= https://github.com/HeyFlash/emacs-stuff/blob/master/experiments/org-gantt.e= l=0A= =0A= Regards,=0A= Bernhard=