mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
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:
parent
1b0c4cf0f8
commit
774b532679
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user