Merge branch 'dev' into parsimonious-reading

This commit is contained in:
contrapunctus 2020-05-24 02:13:19 +05:30
commit fc050dea71
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* New hook - `chronometrist-file-change-hook`
### Changed
* Use [ts.el](https://github.com/alphapapa/ts.el) structs to represent date-time, wherever possible. (`chronometrist-events` and `chronometrist-file` being notable exceptions)
### Fixed
* Prefix arguments now work with the point on a button, too.
## [0.4.3] - 2020-05-03
### Changed

View File

@ -343,6 +343,7 @@ is the name of the task to be clocked out of.")
Argument _BUTTON is for the purpose of using this as a button
action, and is ignored."
(chronometrist-goto-nth-task (prefix-numeric-value current-prefix-arg))
(let ((current (chronometrist-current-task))
(at-point (chronometrist-task-at-point)))
;; clocked in + point on current = clock out