Update Org to v9.1.1
Please see etc/ORG-NEWS for major changes.
This commit is contained in:
parent
5490ccc5eb
commit
ab351d442d
54 changed files with 5344 additions and 4253 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue