summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-02 11:21:13 +0200
committerBastien Guerry <bzg@altern.org>2012-09-02 11:21:13 +0200
commita15d8283e598e508d467f8b3d7a3f4d8b5e133fe (patch)
tree082bd6a0eb158d88944afdb3c1291bfa76db2c77
parent916c3004144eecc16a1b6c9426a5c7edbba77b57 (diff)
downloadorg-mode-a15d8283e598e508d467f8b3d7a3f4d8b5e133fe.tar.gz
org-agenda.el (org-agenda-bulk-action): Reorder possible actions in the message
* org-agenda.el (org-agenda-bulk-action): Reorder possible actions in the message.
-rw-r--r--lisp/org-agenda.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 37e2807..d157091 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -8892,8 +8892,8 @@ The prefix arg is passed through to the command if possible."
;; Prompt for the bulk command
(let* ((msg (if org-agenda-persistent-marks "Bulk (persistent): " "Bulk: ")))
- (message (concat msg "[r]efile [$]arch [A]rch->sib [t]odo"
- " [+/-]tag [s]chd [S]catter [d]eadline [f]unction "
+ (message (concat msg "[$]arch [A]rch->sib [t]odo [+/-]tag [s]chd [d]eadline [r]efile "
+ "[S]catter [f]unction "
(when org-agenda-bulk-custom-functions
(concat " Custom: ["
(mapconcat (lambda(f) (char-to-string (car f)))