소스 검색

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

Christian Egli 15 년 전
부모
커밋
3e0ce7b355
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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()
 }")