From c1c4fcdb0c2b38398785946c77dfd8c96eff8ba6 Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Wed, 17 Apr 2013 16:01:07 +0200 Subject: [PATCH] ox-taskjuggler: Fix compilation warnings * ox-taskjuggler.el (org-taskjuggler--build-task, org-taskjuggler--build-project): Fix compilation warnings. --- contrib/lisp/ox-taskjuggler.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/ox-taskjuggler.el b/contrib/lisp/ox-taskjuggler.el index a579de999..48ceec086 100644 --- a/contrib/lisp/ox-taskjuggler.el +++ b/contrib/lisp/ox-taskjuggler.el @@ -666,7 +666,7 @@ neither is defined a unique id will be associated to it." ;; Closing resource. "}\n")) -(defun org-taskjuggler--build-report (report) +(defun org-taskjuggler--build-report (report info) "Return a report declaration. REPORT is a headline. INFO is a plist used as a communication channel." @@ -736,7 +736,7 @@ a unique id will be associated to it." (if (>= org-taskjuggler-target-version 3.0) "allocate" "allocations") allocate)) - (and complete (format " complete %s\n" comptete)) + (and complete (format " complete %s\n" complete)) (and effort (format " effort %s\n" (let* ((minutes (org-duration-string-to-minutes effort))