Browse Source

Make sure the reports are more flexible by changing the loadunit to shortauto

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

+ 2 - 2
lisp/org-taskjuggler.el

@@ -90,12 +90,12 @@ with `org-export-taskjuggler-project-tag'"
   columns hierarchindex, name, start, end, effort, duration, completed, chart
   timeformat \"%Y-%m-%d\"
   hideresource 1
-  loadunit days
+  loadunit shortauto
 }"
 "resourcereport \"Resource Graph\" {
   headline \"Resource Allocation Graph\"
   columns no, name, utilization, freeload, chart
-  loadunit days
+  loadunit shortauto
   sorttasks startup
   hidetask ~isleaf()
 }")