From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Subject: Re: taskjuggler3 export Date: Wed, 29 Feb 2012 22:01:30 +0100 Message-ID: <87ipip9wwl.fsf@googlemail.com> References: <8762ete3xg.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2qdS-0006kI-Ma for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 16:00:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2qdQ-0004Qw-GL for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 16:00:30 -0500 Received: from plane.gmane.org ([80.91.229.3]:53302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2qdQ-0004QE-9X for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 16:00:28 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S2qdM-0000MO-GH for emacs-orgmode@gnu.org; Wed, 29 Feb 2012 22:00:24 +0100 Received: from e178117131.adsl.alicedsl.de ([85.178.117.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Feb 2012 22:00:24 +0100 Received: from quintfall by e178117131.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Feb 2012 22:00:24 +0100 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 d.tchin writes: Hi, > | > |# Local Variables: > |# org-export-taskjuggler-target-version: 3.0 > |# org-export-taskjuggler-default-reports: ("include > | \"gantexport.tji\"") > |# End: > `---------------------------------------------------------------------------- > > As you can see, I define in the org-export-taskjuggler-default-reports > variable at the end of the file that I want to use gantexport.tji > where the > gant output directives are defined. This file is in the same directory > as org > file. > The gantexport.tji is the following : > > ,----------------------------------------------------------------------------- > |### begin report definition > | > |taskreport "Gantt Chart" { > | headline "Project Gantt Chart" > | columns hierarchindex, name, start, end, effort, duration, completed, > chart > | timeformat "%Y-%m-%d" > | hideresource 1 > | formats html > | loadunit shortauto > |} > `----------------------------------------------------------------------------- > > Then the instruction tj3 testtj3.tjp generate the gant chart accessible > in "Gantt Chart.html" file. > > Hope that can help. Great, thats exactly what I was looking for! Thanks a lot -- cheers, Thorsten