This repository has been archived on 2022-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
chronometrist/doc/bugs.md

15 lines
801 B
Markdown
Raw Permalink Normal View History

2019-02-18 18:50:58 +00:00
# Bugs
## Chronometrist
1. timer function makes line highlight vanish
2. (goto-char (point-max)) -> RET -> the time spent on the last
project in the list will be the first new project suggestion.
3. Create (and start) a _new_ project -> kill buffer -> run
chronometrist -> cursor is not at the new project
- can't reproduce it?
4. Start a project -> kill buffer -> run chronometrist -> cursor is
at (point-max) instead of at project
5. `chronometrist-reason-list` sometimes returns garbage values. (?)
6. Digit argument doesn't work with buttons
2020-03-23 14:08:15 +00:00
## chronometrist-report
1. Start task close to midnight. If time spent on day 1 is X minutes and time spent on day 2 is Y minutes, time shown in chronometrist-report for day 1 is X+Y, and nothing is shown for day 2. (2020-03-10T00:45:47+0530)