summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-04-08 18:32:06 +0200
committerBastien Guerry <bzg@altern.org>2011-04-08 18:32:20 +0200
commita92aaf4db026b5f225ecf79ea0e2a84a18938f1e (patch)
tree07401edf1f7459f31966730ef4ba9b9b3b5127b5
parent9a0645bcfda37431437ad0550d94445789e7a2e9 (diff)
downloadorg-mode-a92aaf4db026b5f225ecf79ea0e2a84a18938f1e.tar.gz
doc/org.texi: minor update.
Document `org-agenda-append-agenda' and `org-agenda-bulk-mark-regexp'.
-rw-r--r--doc/org.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 5ab25b0..30b8887 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -7692,6 +7692,10 @@ will be followed without a selection prompt.
@tsubheading{Change display}
@cindex display changing, in agenda
+@kindex A
+@item A
+Interactively select another agenda view and append it to the current view.
+@c
@kindex o
@item o
Delete other windows.
@@ -7883,7 +7887,7 @@ Internet, and outside of business hours, with something like this:
@end group
@end lisp
-@orgcmd{\,org-agenda-filter-by-tag-refine}
+@orgcmd{\\,org-agenda-filter-by-tag-refine}
Narrow the current agenda filter by an additional condition. When called with
prefix arg, remove the entries that @emph{do} have the tag, or that do match
the effort criterion. You can achieve the same effect by pressing @kbd{+} or
@@ -8048,6 +8052,9 @@ Jump to the running clock in another window.
Mark the entry at point for bulk action. With prefix arg, mark that many
successive entries.
@c
+@orgcmd{%,org-agenda-bulk-mark-regexp}
+Mark entries matching a regular expression for bulk action.
+@c
@orgcmd{u,org-agenda-bulk-unmark}
Unmark entry for bulk action.
@c