vim-orgmode icon indicating copy to clipboard operation
vim-orgmode copied to clipboard

Time-sorted agenda view is not time-sorted

Open daedaless opened this issue 5 years ago • 1 comments

The feature "timeline for a single file", invoked by <LocalLeader>caL, does not seem to be time-sorted.

In the original file, I have a TODO scheduled for a Wednesday at 15:00, a TODO scheduled for a Friday at 15:00, and a TODO scheduled for a Wednesday at 17:00. In the agenda screen invoked by caL, those TODOs wrongfully appear in the aforementioned order. I also note that the timeline does not include events with date stamps but without times (i.e. <2020-05-06 Wed> will not appear, but <2020-05-06 Wed 15:00> will). Not sure if that's intended functionality, but it would be much more helpful if they were included (perhaps with a default value of 00:00).

Am I misunderstanding what 'time-sorted' means, or is this a bug?

Thank you.

daedaless avatar May 05 '20 03:05 daedaless

Looks like a bug to me. I am an active user of caa function (weekly summary), and I also see that the items are completely misplaced if some items are scheduled with time included (e.g. <2023-05-12 Fri 12:00>) and some others are not (e.g. <2023-05-12 Fri>). Both time formats are documented for Emacs org-mode, so vim-orgmode should ideally support them well too.

dmitry-tomp avatar May 12 '23 03:05 dmitry-tomp