Browse Source

Slightly change the default reports

Christian Egli 15 years ago
parent
commit
d783157907
1 changed files with 3 additions and 2 deletions
  1. 3 2
      lisp/org-taskjuggler.el

+ 3 - 2
lisp/org-taskjuggler.el

@@ -90,12 +90,13 @@ with `org-export-taskjuggler-project-tag'"
   '("taskreport \"Gantt Chart\" {
   headline \"Project Gantt Chart\"
   columns hierarchindex, name, start, end, effort, duration, completed, chart
-  timeformat \"%a %Y-%m-%d\"
+  timeformat \"%Y-%m-%d\"
+  hideresource 1
   loadunit days
 }"
 "resourcereport \"Resource Graph\" {
   headline \"Resource Allocation Graph\"
-  columns no, name, rate, utilization, freeload, chart
+  columns no, name, utilization, freeload, chart
   loadunit days
   hidetask 1
 }")