From 1db9613478bc69ba11e8c5c5a05550cf76744d07 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 7 Sep 2009 14:54:32 +0200 Subject: [PATCH] Fix bugs in the agenda bulk action menu The commands in the menu still reflected the old implementation which had a single key for toggling the mark. Reported by Giles Chamberlin --- lisp/ChangeLog | 3 +++ lisp/org-agenda.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f698707a3..0cf7d21b9 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-09-07 Carsten Dominik + * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action + menu. + * org-exp.el (org-export-remove-special-table-lines): Remove bad slow regexp match. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index ec9d8828f..60cb11399 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1478,7 +1478,8 @@ The following commands are available: ["Refile" org-agenda-refile t]) ["Delete subtree" org-agenda-kill t] ("Bulk action" - ["Toggle mark entry" org-agenda-bulk-mark t] + ["Mark entry" org-agenda-bulk-mark t] + ["Unmark entry" org-agenda-bulk-unmark t] ["Act on all marked" org-agenda-bulk-action t] ["Unmark all entries" org-agenda-bulk-remove-all-marks :active t :keys "C-u s"]) "--" -- 2.11.4.GIT