Update Org to v9.1.1

Please see etc/ORG-NEWS for major changes.
This commit is contained in:
Rasmus 2017-09-18 12:01:12 +02:00
parent 5490ccc5eb
commit ab351d442d
54 changed files with 5344 additions and 4253 deletions

View file

@ -436,7 +436,7 @@ using three `C-u' prefix arguments."
(if (numberp org-timer-default-timer)
(number-to-string org-timer-default-timer)
org-timer-default-timer))
(effort-minutes (ignore-errors (org-get-at-eol 'effort-minutes 1)))
(effort-minutes (ignore-errors (floor (org-get-at-eol 'effort-minutes 1))))
(minutes (or (and (numberp opt) (number-to-string opt))
(and (not (equal opt '(64)))
effort-minutes