mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +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:
parent
d68744f401
commit
c1c4fcdb0c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user