branch: externals/org commit 201625f7e2f18dc9b10c65caa7d959ce321ac70e Author: bzg <bzg@localhost.localdomain> Commit: bzg <bzg@localhost.localdomain>
lisp/org-agenda.el: Display commands in a more consistent order * lisp/org-agenda.el (org-agenda-get-restriction-and-command): Display commands in a more consistent order. --- lisp/org-agenda.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index a4c6b1ecd0..57b6173ff0 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -3124,10 +3124,10 @@ Agenda views are separated by `org-agenda-block-separator'." "Press key for an agenda command: -------------------------------- < Buffer, subtree/region restriction a Agenda for current week or day > Remove restriction -t List of all TODO entries e Export agenda views -m Match a TAGS/PROP/TODO query T Entries with special TODO kwd -s Search for keywords M Like m, but only TODO entries -/ Multi-occur S Like s, but only TODO entries +/ Multi-occur e Export agenda views +t List of all TODO entries T Entries with special TODO kwd +m Match a TAGS/PROP/TODO query M Like m, but only TODO entries +s Search for keywords S Like s, but only TODO entries ? Find :FLAGGED: entries C Configure custom agenda commands * Toggle sticky agenda views # List stuck projects (!=configure) "))