emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Editing the taskreport plan width value in taskjuggler taskreport output
@ 2017-02-16 23:46 Rob Stewart
  2017-03-07 12:57 ` Christian Egli
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Stewart @ 2017-02-16 23:46 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 979 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Editing the taskreport plan width value in taskjuggler taskreport output
  2017-02-16 23:46 Editing the taskreport plan width value in taskjuggler taskreport output Rob Stewart
@ 2017-03-07 12:57 ` Christian Egli
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Egli @ 2017-03-07 12:57 UTC (permalink / raw)
  To: emacs-orgmode

Rob Stewart <robstewart57@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-07 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 23:46 Editing the taskreport plan width value in taskjuggler taskreport output Rob Stewart
2017-03-07 12:57 ` Christian Egli

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).