Merge branch 'bugfix' into emacs-sync

This commit is contained in:
Kyle Meyer 2022-06-04 16:18:42 -04:00
commit 45a8661d80
2 changed files with 3 additions and 3 deletions

View File

@ -1106,7 +1106,7 @@ to be CLOCKED OUT."))))
60))
(keep
(or (and (memq ch '(?k ?K))
(read-number "Keep how many minutes? " default))
(read-number "Keep how many minutes: " default))
(and (memq ch '(?t ?T))
(floor
(/ (float-time
@ -1114,7 +1114,7 @@ to be CLOCKED OUT."))))
60)))))
(gotback
(and (memq ch '(?g ?G))
(read-number "Got back how many minutes ago? " default)))
(read-number "Got back how many minutes ago: " default)))
(subtractp (memq ch '(?s ?S)))
(barely-started-p (org-time-less-p
(org-time-subtract last-valid (cdr clock))

View File

@ -9,7 +9,7 @@
;; Homepage: https://orgmode.org
;; Package-Requires: ((emacs "25.1"))
;; Version: 9.5.3
;; Version: 9.5.4
;; This file is part of GNU Emacs.
;;