Nicolas Goaziou пре 5 година
родитељ
комит
ebf8b39ae6
1 измењених фајлова са 1 додато и 5 уклоњено
  1. 1 5
      contrib/lisp/ox-taskjuggler.el

+ 1 - 5
contrib/lisp/ox-taskjuggler.el

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