Re: [O] Editing the taskreport plan width value in taskjuggler taskreport output

2017-03-07 Thread Christian Egli
Rob Stewart  writes:

> The contents of the exported TaskJuggler .tjp file includes:
>
> # A traditional Gantt chart with a project overview.
> taskreport plan "" {
> headline "Project Plan"
> columns bsi, name, start, end, effort, chart
> loadunit shortauto
> hideresource 1
> }
>
> This renders HTML with a fairly narrow Gannt chart on wide screens.
>
> To widen the rendered Gannt chart, I modify the .tjp file manually
> using { width 1000 }, i.e.:
>
> columns bsi, name, start, end, effort, chart { width 1000 }
>
> Is there a way to set an option at the top of my org file, to
> manipulate the "columns... " line in the taskreport { .. } ?

Have you tried to customize org-taskjuggler-default-global-properties?
That might do what you're after.

HTH
Christian

-- 
Christian Egli
Swiss Library for the Blind, Visually Impaired and Print Disabled
Grubenstrasse 12, CH-8045 Zürich, Switzerland




[O] Editing the taskreport plan width value in taskjuggler taskreport output

2017-02-16 Thread Rob Stewart
Hi,

The contents of the exported TaskJuggler .tjp file includes:

# A traditional Gantt chart with a project overview.
taskreport plan "" {
  headline "Project Plan"
  columns bsi, name, start, end, effort, chart
  loadunit shortauto
  hideresource 1
}

This renders HTML with a fairly narrow Gannt chart on wide screens.

To widen the rendered Gannt chart, I modify the .tjp file manually using {
width 1000 }, i.e.:

  columns bsi, name, start, end, effort, chart { width 1000 }

Is there a way to set an option at the top of my org file, to manipulate
the "columns... " line in the taskreport { .. } ?

Thanks,

--
Rob