You could have some other boolean property such as IsCurrentDay. You would order by that first, then whatever you wanted as your secondary sort criteria.
But you would also need a task that runs at midnight every night to update the boolean. This could be in your own application code, or you could write a custom bundle to do this.
Actually, now that I think about it, you could use the ClockDocs bundle I wrote to do it. It's sitting in the Raven.Contrib project still. But search this group for "ClockDocs" and read the feedback. I haven't done a lot with it since then, and there was some concern about the stress that it could put on the server. You should take that into consideration.