Browse Source

Talk about MATCH view rather than TAGS view.

Carsten Dominik 17 years ago
parent
commit
951a80987b
2 changed files with 5 additions and 4 deletions
  1. 4 3
      doc/org.texi
  2. 1 1
      lisp/org-agenda.el

+ 4 - 3
doc/org.texi

@@ -5083,8 +5083,8 @@ for specific dates,
 a @emph{TODO list} that covers all unfinished
 a @emph{TODO list} that covers all unfinished
 action items,
 action items,
 @item
 @item
-a @emph{tags view}, showings headlines based on
-the tags associated with them,
+a @emph{match view}, showings headlines based on the tags, properties and
+TODO state associated with them,
 @item
 @item
 a @emph{timeline view} that shows all events in a single Org file,
 a @emph{timeline view} that shows all events in a single Org file,
 in time-sorted view,
 in time-sorted view,
@@ -5411,6 +5411,7 @@ and omit the sublevels from the global list.  Configure the variable
 @cindex matching, of tags
 @cindex matching, of tags
 @cindex matching, of properties
 @cindex matching, of properties
 @cindex tags view
 @cindex tags view
+@cindex match view
 
 
 If headlines in the agenda files are marked with @emph{tags}
 If headlines in the agenda files are marked with @emph{tags}
 (@pxref{Tags}), you can select headlines based on the tags that apply
 (@pxref{Tags}), you can select headlines based on the tags that apply
@@ -9403,7 +9404,7 @@ arguments, with the cursor positioned at the beginning of the headline.
 The return values of all calls to the function will be collected and
 The return values of all calls to the function will be collected and
 returned as a list.
 returned as a list.
 
 
-MATCH is a tags/property/todo match as it is used in the agenda tags view.
+MATCH is a tags/property/todo match as it is used in the agenda match view.
 Only headlines that are matched by this query will be considered during
 Only headlines that are matched by this query will be considered during
 the iteration.  When MATCH is nil or t, all headlines will be
 the iteration.  When MATCH is nil or t, all headlines will be
 visited by the iteration.
 visited by the iteration.

+ 1 - 1
lisp/org-agenda.el

@@ -1498,7 +1498,7 @@ Press key for an agenda command:        <   Buffer, subtree/region restriction
 --------------------------------        >   Remove restriction
 --------------------------------        >   Remove restriction
 a   Agenda for current week or day      e   Export agenda views
 a   Agenda for current week or day      e   Export agenda views
 t   List of all TODO entries            T   Entries with special TODO kwd
 t   List of all TODO entries            T   Entries with special TODO kwd
-m   Match a TAGS query                  M   Like m, but only TODO entries
+m   Match a TAGS/PROP/TODO query        M   Like m, but only TODO entries
 L   Timeline for current buffer         #   List stuck projects (!=configure)
 L   Timeline for current buffer         #   List stuck projects (!=configure)
 s   Search for keywords                 C   Configure custom agenda commands
 s   Search for keywords                 C   Configure custom agenda commands
 /   Multi-occur
 /   Multi-occur