Merge branch 'doc' into alert-macro

This commit is contained in:
contrapunctus 2022-02-14 22:13:22 +05:30
commit 71f5328d41
1 changed files with 5 additions and 1 deletions

View File

@ -964,10 +964,11 @@ Additional rules:
2. edit stop time to add +20 minutes of work (30m total)
* compare with old data in hash table - decrement break time added by old plist, increment break time added by new plist
* Customizable alerts
* STARTED Customizable alerts [50%]
:PROPERTIES:
:CREATED: 2022-02-14T08:22:36+0530
:CUSTOM_ID: customizable-alerts
:branch: alert-macro
:END:
=chronometrist-third= and =chronometrist-goal= have nearly identical alert code; additionally, users cannot customize the alert style per-alert without basically rewriting the alert functions.
@ -981,4 +982,7 @@ Similar to how they behave now, these packages will start/stop functions for all
Also define =chronometrist--timer-alist=, which associates =symbol= with a timer object.
1. [X] write macro
2. [ ] use in =chronometrist-goal= and =chronometrist-third=
[fn:4] Actually, make a macro to define such alists, since the docstrings are likely to be near-identical.