org.texi (Agenda commands): Add documentation for bulk marking commands
* org.texi (Agenda commands): Add documentation for `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
This commit is contained in:
parent
4e62936ae5
commit
c66dfa2318
20
doc/org.texi
20
doc/org.texi
|
@ -8915,22 +8915,30 @@ the default behavior of @code{org-capture}.
|
||||||
|
|
||||||
@tsubheading{Bulk remote editing selected entries}
|
@tsubheading{Bulk remote editing selected entries}
|
||||||
@cindex remote editing, bulk, from agenda
|
@cindex remote editing, bulk, from agenda
|
||||||
@vindex org-agenda-bulk-persistent-marks
|
|
||||||
@vindex org-agenda-bulk-custom-functions
|
@vindex org-agenda-bulk-custom-functions
|
||||||
|
|
||||||
@orgcmd{m,org-agenda-bulk-mark}
|
@orgcmd{m,org-agenda-bulk-mark}
|
||||||
Mark the entry at point for bulk action. With prefix arg, mark that many
|
Mark the entry at point for bulk action. With numeric prefix argument, mark
|
||||||
successive entries.
|
that many successive entries.
|
||||||
@c
|
@c
|
||||||
@orgcmd{%,org-agenda-bulk-mark-regexp}
|
@orgcmd{*,org-agenda-bulk-mark-all}
|
||||||
Mark entries matching a regular expression for bulk action.
|
Mark all visible agenda entries for bulk action.
|
||||||
@c
|
@c
|
||||||
@orgcmd{u,org-agenda-bulk-unmark}
|
@orgcmd{u,org-agenda-bulk-unmark}
|
||||||
Unmark entry for bulk action.
|
Unmark entry at point for bulk action.
|
||||||
@c
|
@c
|
||||||
@orgcmd{U,org-agenda-bulk-remove-all-marks}
|
@orgcmd{U,org-agenda-bulk-remove-all-marks}
|
||||||
Unmark all marked entries for bulk action.
|
Unmark all marked entries for bulk action.
|
||||||
@c
|
@c
|
||||||
|
@orgcmd{M-m,org-agenda-bulk-toggle}
|
||||||
|
Toggle mark of the entry at point for bulk action.
|
||||||
|
@c
|
||||||
|
@orgcmd{M-*,org-agenda-bulk-toggle-all}
|
||||||
|
Toggle marks of all visible entries for bulk action.
|
||||||
|
@c
|
||||||
|
@orgcmd{%,org-agenda-bulk-mark-regexp}
|
||||||
|
Mark entries matching a regular expression for bulk action.
|
||||||
|
@c
|
||||||
@orgcmd{B,org-agenda-bulk-action}
|
@orgcmd{B,org-agenda-bulk-action}
|
||||||
Bulk action: act on all marked entries in the agenda. This will prompt for
|
Bulk action: act on all marked entries in the agenda. This will prompt for
|
||||||
another key to select the action to be applied. The prefix arg to @kbd{B}
|
another key to select the action to be applied. The prefix arg to @kbd{B}
|
||||||
|
|
Loading…
Reference in New Issue