Maxime Wack
Maxime Wack
Hi, Try adding the missing parenthesis at the end of the line with concat: `(concat user-emacs-directory "seriestracker.el")` Thank you for bringing this typo to my attention, I'll soon push some...
Setting `load-path` to the same file that `seriestracker-file` will probably point to will result in errors, as one is the source code for the package and the other is the...
+1 ! Moreover, the demo site is down (error 503), seems like you have to restart it !
Thanks @zemaye for the fix! I don't know if it's only me but time ranges still span one too many day. I'd suggest replacing : `(seconds-to-time (* 3600 24 total-days)))))`...
Apparently I managed to create the pull request on my own forked repo… :facepalm: Now if this could be accepted, this issue could be closed! Thanks
Indeed! The problem seems to be deeper, in the generation of the time periods from which `org-get-timestamp` extracts the timeranges, but a simple check in the same function prevents the...
Okay. So this definitely has to do with the outer loop. As @zemaye said time ranges generate multiple time periods. In details, a time period without times - generates 4...
This fixes the problem found by @svictor9 with duplicate timeranges when they include times.