0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

ox-taskjuggler: Fix compilation warnings

* ox-taskjuggler.el (org-taskjuggler--build-task,
org-taskjuggler--build-project): Fix compilation warnings.
This commit is contained in:
Christian Egli 2013-04-17 16:01:07 +02:00
parent d68744f401
commit c1c4fcdb0c

View file

@ -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))