org-agenda-bulk-custom-functions

org-agenda-bulk-custom-functions is a variable defined in `org-agenda.el'.
Its value is
nil

  • This variable may be risky if used as a file-local variable.

Documentation:
Alist of characters and custom functions for bulk actions.
For example, this value makes those two functions available:

'((?R set-category)
(?C bulk-cut))

With selected entries in an agenda buffer, `B R' will call
the custom function `set-category' on the selected entries.
Note that functions in this alist don't need to be quoted.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.1 of Emacs.