branch: externals-release/org commit 87c71e62901b84e77b79e68b89027a5b1ce6057c Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
org-agenda-sorting-strategy: Clarify that time is ignored in timestamps * lisp/org-agenda.el (org-agenda-sorting-strategy): Clarify that sorting is done by date. Time is not considered. Reported-by: Kuba Orlik <kont...@kuba-orlik.name> Link: https://orgmode.org/list/16ea261a-b94c-43b2-91e0-a1ff01d0b...@kuba-orlik.name --- lisp/org-agenda.el | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 02f72aad22..dc5d066626 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1637,16 +1637,16 @@ symbols are recognized: time-up Put entries with time-of-day indications first, early first. time-down Put entries with time-of-day indications first, late first. -timestamp-up Sort by any timestamp, early first. -timestamp-down Sort by any timestamp, late first. -scheduled-up Sort by scheduled timestamp, early first. -scheduled-down Sort by scheduled timestamp, late first. -deadline-up Sort by deadline timestamp, early first. -deadline-down Sort by deadline timestamp, late first. -ts-up Sort by active timestamp, early first. -ts-down Sort by active timestamp, late first. -tsia-up Sort by inactive timestamp, early first. -tsia-down Sort by inactive timestamp, late first. +timestamp-up Sort by any timestamp date, early first. +timestamp-down Sort by any timestamp date, late first. +scheduled-up Sort by scheduled timestamp date, early first. +scheduled-down Sort by scheduled timestamp date, late first. +deadline-up Sort by deadline timestamp date, early first. +deadline-down Sort by deadline timestamp date, late first. +ts-up Sort by active timestamp date, early first. +ts-down Sort by active timestamp date, late first. +tsia-up Sort by inactive timestamp date, early first. +tsia-down Sort by inactive timestamp date, late first. category-keep Keep the default order of categories, corresponding to the sequence in `org-agenda-files'. category-up Sort alphabetically by category, A-Z.