Re: [O] tsia-up sorting strategy sorts agenda by date and ignores time. How can I change that?

2017-03-29 Thread Arkady Grudzinsky
On Wed, Mar 22 2017, Arkady Grudzinsky wrote: > On Tue, Mar 21 2017, Matt Lundin wrote: > >> You could use something like this and then add user-defined-up or >> user-defined-down where desired in org-agenda-sorting-strategy: >> >> (defun my-sort-by-inactive-timestamp-incl-time (a b) >> (let*

Re: [O] tsia-up sorting strategy sorts agenda by date and ignores time. How can I change that?

2017-03-22 Thread Arkady Grudzinsky
On Tue, Mar 21 2017, Matt Lundin wrote: > You could use something like this and then add user-defined-up or > user-defined-down where desired in org-agenda-sorting-strategy: > > (defun my-sort-by-inactive-timestamp-incl-time (a b) > (let* ((ma (get-text-property 1 'org-marker a)) > (mb

Re: [O] tsia-up sorting strategy sorts agenda by date and ignores time. How can I change that?

2017-03-21 Thread Matt Lundin
Arkady Grudzinsky writes: > Hi, > > I'd like to sort my tasks in agenda by inactive creation > timestamp which includes the time portion. I have found that > tsia-up strategy ignores the time portion of the timestamp. Is > there a way to take time into account?

[O] tsia-up sorting strategy sorts agenda by date and ignores time. How can I change that?

2017-03-20 Thread Arkady Grudzinsky
Hi, I'd like to sort my tasks in agenda by inactive creation timestamp which includes the time portion. I have found that tsia-up strategy ignores the time portion of the timestamp. Is there a way to take time into account? Thanks. -- Arkady