Derek Feichtinger
Derek Feichtinger
I think your current workaround of showing the information in different blocks (or could even be different views as different agenda custom views) is nice. Getting org-clock-convenience to automatically adapt...
Sorry for answering so late. I had had a short look at that time, but then got sidetracked... This separate entry is triggered by this line in the code. ```...
Well, I am using several agenda files. But org-clock-convenience is actually leveraging the work that the agenda mode already has done, i.e. it just parses the current agenda view for...
Hi mbarton98, I only am on my tablet right now, but based on your excellent bug report, I think I can already see what it is. The regexp I use...
Ok... I just had a look and the regexp seems fine. I manually copied the problematic line from your screenshot and tested. The best way in Emacs to test these...
Since both - the old and the new - regexp match your agenda buffer lines, a potential TAB being the whitespace in front of your time cannot have been the...
Your building workflow looks mostly ok, but it could be that it misses to clean out the compiled lisp files from the previous version (the ones that come with the...
Yes. I got it, thanks. I already corrected what you found and committed it. It's indeed best to put it as an issue or - like you did - as...
Now I'm almost convinced that it must be a byte compilation problem in your Emacs, as strange as that seems. Because the interpreter seems to give you consistently different behavior...
I was just a bit too late in providing a better test. Here is a better way how you can test all of this in the scratch buffer. We define...