Merge branch 'maint'

This commit is contained in:
Bastien 2020-11-11 09:14:07 +01:00
commit d3710f73f1
1 changed files with 2 additions and 2 deletions

View File

@ -841,8 +841,8 @@ a unique id will be associated to it."
(priority
(let ((pri (org-element-property :priority task)))
(and pri
(max 1 (/ (* 1000 (- org-lowest-priority pri))
(- org-lowest-priority org-highest-priority)))))))
(max 1 (/ (* 1000 (- org-priority-lowest pri))
(- org-priority-lowest org-priority-highest)))))))
(concat
;; Opening task.
(format "task %s \"%s\" {\n"