emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] taskjuggler3 export


From: Erik Butz
Subject: Re: [O] taskjuggler3 export
Date: Sun, 26 Feb 2012 22:50:34 +0100

Hi,

I didn't use the org-taskjuggler3 resource, but below[1] are some
changes that I made in the org-taskjuggler.el file. With these I can
export e.g. the default example file at:
http://orgmode.org/worg/org-tutorials/org-taskjuggler.html to a
taskjuggler file and have tj3 produce a Gantt_Chart web page, see
screenshot attached.

Caveat: In the standard example file I changed all efforts from xxd to
xx.0 and resource_id to ID.

Hope this helps.

Erik

[1]:
--- org-taskjuggler.el~ 2012-02-03 14:41:44.418766002 +0100
+++ org-taskjuggler.el  2012-02-03 17:22:50.682766002 +0100
@@ -169,18 +169,20 @@ with `org-export-taskjuggler-project-tag
   :type 'integer)

 (defcustom org-export-taskjuggler-default-reports
-  '("taskreport \"Gantt Chart\" {
+  '("taskreport \"Gantt_Chart\" {
+  formats html
   headline \"Project Gantt Chart\"
-  columns hierarchindex, name, start, end, effort, duration, completed, chart
+  columns name, start, end, effort, duration, completed, chart
   timeformat \"%Y-%m-%d\"
   hideresource 1
   loadunit shortauto
 }"
-"resourcereport \"Resource Graph\" {
+"resourcereport \"Resource_Graph\" {
+  formats html
   headline \"Resource Allocation Graph\"
-  columns no, name, utilization, freeload, chart
+  columns no, name,  chart
   loadunit shortauto
-  sorttasks startup
+  sorttasks tree
   hidetask ~isleaf()
 }")
   "Default reports for the project."


On Sun, Feb 26, 2012 at 9:27 PM, Thorsten <address@hidden> wrote:
> Hi list,
> I tried to write an org file for a project plan with the aim to export
> it using taskjuggler 3.1.0.
>
> besides following the advice from these two source:
>
> ,----------------------------------------------------------------------
> | http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00058.html
> | https://github.com/alander/org-taskjuggler3
> `----------------------------------------------------------------------
>
> and deleting some redundant braces in the exported .tjp file, the
> resulting html files were less than satisfying (e.g. no gantt chart
> created).
>
> The problem seems to be the reporting part. Does anyone has sample
> report templates that can be used in
> "org-export-taskjuggler-default-reports" when using taskjuggler3?
>
> Or, more generally asked, did anyone recently successfully exported to
> taskjuggler3?
>
> Thanks for any hints.
>
> --
> cheers,
> Thorsten
>
>
>

Attachment: tj3_gantt_screenshot.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]