summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2018-09-27 16:28:51 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2018-09-27 16:28:51 +0200
commite22d32b023b45d848fcc45c403e91a64febd213d (patch)
tree4f7e7250165ab236939f5fd8ace038469adab171
parent3f8b1b0265f0fe99b8c3855a7f50b49f3e5174bf (diff)
downloadorg-mode-e22d32b023b45d848fcc45c403e91a64febd213d.tar.gz
org-agenda: Reveal bulk mark pesistent feature for user
* lisp/org-agenda.el (org-agenda-bulk-action): Added a hint to "p" for toggling the persitent mark state for bulk action.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 8019fed..10d2b9f 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -9869,7 +9869,7 @@ The prefix arg is passed through to the command if possible."
(org-unlogged-message
(concat (if org-agenda-persistent-marks "Bulk (persistent): " "Bulk: ")
"[$]arch [A]rch->sib [t]odo [+/-]tag [s]chd [d]eadline [r]efile "
- "[S]catter [f]unction "
+ "[S]catter [f]unction [p]ersist-toggle "
(and org-agenda-bulk-custom-functions
(format " Custom: [%s]"
(mapconcat (lambda (f) (char-to-string (car f)))