Commit Graph

1143 Commits

Author SHA1 Message Date
contrapunctus
4d523d821b TODO - add new ideas 2021-02-07 11:27:12 +05:30
contrapunctus
018fcdd858 Address some corner cases for task list updates 2021-02-05 17:11:28 +05:30
contrapunctus
9cfb4292ca Remove properties
Currently, headings represent components, and tags represent types and
concerns. If I need metadata which is "cross-cutting" (across
components) and doesn't suit tags, I'll use properties.
2021-02-05 16:25:02 +05:30
contrapunctus
e11ac89359 Tangle chronometrist.org 2021-02-05 16:15:29 +05:30
contrapunctus
bfa45eecf3 Enable nameless mode 2021-02-05 16:15:08 +05:30
contrapunctus
f4a42df3cc Move definitions from chronometrist-sexp.el to chronometrist.org 2021-02-05 13:51:52 +05:30
contrapunctus
3c5a3c5556 Move definitions from chronometrist-events.el to chronometrist.org 2021-02-04 21:46:40 +05:30
contrapunctus
edf63ee269 Move definitions from chronometrist-common.el to chronometrist.org 2021-02-04 21:31:25 +05:30
contrapunctus
5b308ea0a8 Add library headers and require calls 2021-02-04 16:13:19 +05:30
contrapunctus
9857c98127 Create subtree for definitions from main file 2021-02-04 16:03:00 +05:30
contrapunctus
863291c02c chronometrist.org - tag definitions 2021-02-04 08:58:52 +05:30
contrapunctus
a7b70b5a3e chronometrist.el - move definitions to chronometrist.org 2021-02-04 08:58:21 +05:30
contrapunctus
8be5eb1ccb refresh-file - add some more checks 2021-02-03 18:02:40 +05:30
contrapunctus
1d4d5591a1 file-change-type - clean up comments and indentation 2021-02-03 17:55:05 +05:30
contrapunctus
e054638175 loop-file - fix nil result on files without prop line 2021-02-03 17:54:16 +05:30
contrapunctus
e259a04061 TODO - new optimization ideas 2021-02-03 17:06:41 +05:30
contrapunctus
b8799ba260 TODO - add prop line query idea; update changelog 2021-02-03 17:06:38 +05:30
contrapunctus
55d4c6f2cb chronometrist-sexp-mode-hook - don't add auto-revert-mode by default 2021-02-03 17:03:28 +05:30
contrapunctus
5da1912f17 Refactor refresh-file; create chronometrist-sexp-mode for sexp file 2021-02-02 18:48:54 +05:30
contrapunctus
818d76c9e6 tests - remove duplication 2021-02-02 17:52:03 +05:30
contrapunctus
b77a9bcc25 file-change-type - write tests 2021-02-02 17:41:54 +05:30
contrapunctus
ffd3d01f6e README - update install instructions 2021-02-02 00:14:34 +05:30
contrapunctus
911cbcd1a9 Remove unused definitions 2021-01-31 19:42:20 +05:30
contrapunctus
09a5d127a1 (WIP) try to handle vanished/replaced file; unify partial update functions 2021-01-30 12:08:57 +05:30
contrapunctus
22ea8b4e99 Bump versions 2021-01-27 21:29:04 +05:30
contrapunctus
9a47f624bb Remove unnecessary refresh-file call
It is already called at the end of `chronometrist-in`
2021-01-27 21:26:38 +05:30
contrapunctus
b8271bdd81 Update task list on file changes 2021-01-27 21:24:23 +05:30
contrapunctus
c63ca7a552 Use pcase instead of cond 2021-01-27 13:46:43 +05:30
contrapunctus
3d898e6dd8 Remove unused variable 2021-01-27 13:46:02 +05:30
contrapunctus
0bcd711bdc Fix error when running emacs with -q 2021-01-27 12:41:01 +05:30
contrapunctus
81b1f4bb7f Fix incorrect order of tag/key/value history 2021-01-27 12:40:10 +05:30
contrapunctus
f664297378 Update versions and changelog 2021-01-19 13:23:24 +05:30
contrapunctus
125d0ed289 Merge branch 'dev' 2021-01-19 13:21:25 +05:30
contrapunctus
e36730b4ea Remove json.el dependency 2021-01-19 13:20:38 +05:30
contrapunctus
cddeeb0d32 Make query function signatures more consistent 2021-01-09 12:28:28 +05:30
contrapunctus
b3dbd21771 Remove chronometrist-tasks-from-table
It was unused, and benchmark.el reports it to be slower than the expression we are using in chronometrist-refresh-file
2021-01-09 10:19:57 +05:30
contrapunctus
5f46b51fef (WIP) chronometrist-loop-file - add edebug spec 2021-01-09 09:42:43 +05:30
contrapunctus
9535e11370 Remove excess whitespace 2021-01-09 09:41:31 +05:30
contrapunctus
3fa9cb40fb TODO - change "event" to "interval" 2021-01-09 09:41:09 +05:30
contrapunctus
95c46c25e1 TODO - clarify bug and feature descriptions 2021-01-09 09:39:25 +05:30
contrapunctus
ad89106754 TODO - refine per-task prompt idea 2021-01-09 09:35:30 +05:30
contrapunctus
cef185de5c Bump versions, update CHANGELOG 2021-01-07 03:17:30 +05:30
contrapunctus
0dc3db8f24 Merge branch 'dev' 2021-01-07 03:14:26 +05:30
contrapunctus
108cd37644 README - fix link 2021-01-06 04:04:39 +05:30
contrapunctus
a7bb7dbcca Remove chronometrist-tags-history-replace-last
It was buggy, and also no longer necessary, since tag/key/value
history isn't expensive enough (especially after changing tag and key
history generation to be per-task) to require partial updates.
2021-01-06 00:20:01 +05:30
contrapunctus
1b13db776b Comment out debugging message call; bump versions 2021-01-04 10:56:36 +05:30
contrapunctus
e95ad1d6e2 Bump versions, update changelog 2021-01-04 08:55:52 +05:30
contrapunctus
ea6c379204 Remove unused function chronometrist-task-list-add 2021-01-04 08:53:11 +05:30
contrapunctus
0189c89a9b Remove dependency for transformers 2021-01-04 08:44:48 +05:30
contrapunctus
5b55002d5c Update manual, CHANGELOG, and TODO 2021-01-04 02:26:40 +05:30