-
Notifications
You must be signed in to change notification settings - Fork 0
task names are truncated, splitting the task into a new task #2
Comments
Oh, thank you for the appreciation, I feel quite elated to hear that 😀 Thanks also for the bug report. I'd never noticed this, as I always used rather short names. I'm able to reproduce it, and hopefully I'll be able to fix it soon. |
Please have a look at v0.5.6, hopefully it fixes this. Since people are using longer task names than I am, I might make field widths customizable in a future release. |
Thanks, have installed and been using. I have been noticing bugs which may be related - task names were being truncated still, and wrongly - for example "sea-map directory panel #43" was truncated to just "sea". However, I notice a release from 6th January 2021, so I've installed that and will check if this problem persists" |
Some trouble with the new version too - including a lock up when I add a task, which requires C-g to escape from. This in turn had an issue with "Wrong type argument: stringp, nil" because of the empty .sexp file - I needed to add an entry manually, after which things seem to be ok. I should mention, my .sexp is symlinked from |
Also: I find I can't add new tasks, even short ones like "test". There is an error:
Enabling
|
Grateful for any bug reports as always, @wu-lee ^^ Re: the json-plist-p error, a workaround might be to Re: freezing and the empty file error, yikes what 😱 Please try to get a backtrace (using |
I've been using the version 20210119.753 from melpa for a few days. ( Some of the problems haven't re-appeared, but I do find the list of tasks doesn't seem to refresh properly with new tasks, so when when I add a new task I can't stop it without switching to a new task. Here's how I can reproduce this.
What I'd expect here is for the new task "tast2" to appear in the list. But it doesn't, only "task1" is present. Hitting "g" used to fix things like this but it does not. (I did try debugging it with edebug, but I'm not really that familiar with elisp and edebug, yet alone elisp with dash, and I've given up trying to track down the problem for now.) |
I've pushed v0.6.4 which should fix this, thanks for the specific steps which helped me replicate the issue. |
Thanks. I've been using this new release for a day or so - the reported problem is fixed, although I have still experienced problems with adding tasks, which doesn't happen immediately, and I can't yet reproduce this. I'll desist from adding new problems to this ticket however, and file new issues as appropriate. |
Just been trying chronometrist, overall I quite like its simplicity and the s-exp data. Thanks!
There is a niggle I have: when create a new task, if the name is too long, chronometrist records that name in the data file, and truncates it in the
*Chronometrist*
buffer. Ok... but if I pause and restart it, the new time period has the truncated name, and the*Chronometrist*
buffer now has two tasks, with apparently the same name. They they look the same when truncated - but one is the original long name, the other is the truncated name. Further - from now on, only the new truncated name gets any time added to it.So:
customize-mode
for that)The text was updated successfully, but these errors were encountered: