Browse Source

Document John's modifications to bulk commands

Carsten Dominik 15 years ago
parent
commit
6578203623
1 changed files with 3 additions and 1 deletions
  1. 3 1
      doc/org.texi

+ 3 - 1
doc/org.texi

@@ -7957,7 +7957,8 @@ Jump to the running clock in another window.
 @cindex remote editing, bulk, from agenda
 
 @orgcmd{m,org-agenda-bulk-mark}
-Mark the entry at point for bulk action.
+Mark the entry at point for bulk action.  With prefix arg, mark that many
+successive entries.
 @c
 @orgcmd{u,org-agenda-bulk-unmark}
 Unmark entry for bulk action.
@@ -7983,6 +7984,7 @@ t  @r{Change TODO state.  This prompts for a single TODO keyword and}
 s  @r{Schedule all items to a new date.  To shift existing schedule dates}
    @r{by a fixed number of days, use something starting with double plus}
    @r{at the prompt, for example @samp{++8d} or @samp{++2w}.}
+S  @r{Reschedule randomly by N days.  N will be prompted for.}
 d  @r{Set deadline to a specific date.}
 @end example