ox-taskjuggler.el (org-taskjuggler--build-task): Fix code typo

* ox-taskjuggler.el (org-taskjuggler--build-task): Fix code typo.

TINYCHANGE
This commit is contained in:
Baptiste 2013-04-20 09:19:21 +02:00 committed by Bastien Guerry
parent 1b0c4cf0f8
commit 774b532679
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ a unique id will be associated to it."
(let* ((minutes (org-duration-string-to-minutes effort))
(hours (/ minutes 60.0)))
(format "%.1fh" hours))))
(and priority (format " priority %s\n" complete))
(and priority (format " priority %s\n" priority))
(and milestone " milestone\n")
;; Add other valid attributes.
(org-taskjuggler--indent-string