summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Egli <christian.egli@alumni.ethz.ch>2010-03-24 12:01:54 +0100
committerChristian Egli <christian.egli@alumni.ethz.ch>2010-06-08 09:20:33 +0200
commit3e0ce7b355b4c1d05707d09eb1a12f496bf0308e (patch)
treefcae2bfd331c91dd943173316836b3fa2e587eca
parent1990e408167fe3c6f61c2b2a3f8f352ffd852320 (diff)
downloadorg-mode-3e0ce7b355b4c1d05707d09eb1a12f496bf0308e.tar.gz
Make sure the reports are more flexible by changing the loadunit to shortauto
-rw-r--r--lisp/org-taskjuggler.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 5e4cdc2..fc2b89a 100644
--- a/lisp/org-taskjuggler.el
+++ b/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()
}")