d.tchin <[email protected]> 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