소스 검색

Slightly change the default reports

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