소스 검색

Docs: Mention more variables in the manual.

The variables `org-agenda-todo-ignore-deadlines' and
`org-agenda-todo-ignore-with-date, and
`org-agenda-tags-todo-honor-ignore-options' are now all mentioned in
the docs.
Carsten Dominik 16 년 전
부모
커밋
a55dd5a9e6
4개의 변경된 파일30개의 추가작업 그리고 11개의 파일을 삭제
  1. 5 0
      doc/ChangeLog
  2. 14 8
      doc/org.texi
  3. 5 0
      lisp/ChangeLog
  4. 6 3
      lisp/org-agenda.el

+ 5 - 0
doc/ChangeLog

@@ -1,3 +1,8 @@
+2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org.texi (Global TODO list, Matching tags and properties):
+	Mention more variables.
+
 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
 
 
 	* org.texi (Checkboxes): Update to changed command behavior.
 	* org.texi (Checkboxes): Update to changed command behavior.

+ 14 - 8
doc/org.texi

@@ -6067,10 +6067,14 @@ it more compact:
 @itemize @minus
 @itemize @minus
 @item
 @item
 @vindex org-agenda-todo-ignore-scheduled
 @vindex org-agenda-todo-ignore-scheduled
-Some people view a TODO item that has been @emph{scheduled} for
-execution (@pxref{Timestamps}) as no longer @emph{open}.  Configure the
-variable @code{org-agenda-todo-ignore-scheduled} to exclude scheduled
-items from the global TODO list.
+@vindex org-agenda-todo-ignore-deadlines
+@vindex org-agenda-todo-ignore-with-date
+Some people view a TODO item that has been @emph{scheduled} for execution or
+have a @emph{deadline} (@pxref{Timestamps}) as no longer @emph{open}
+Configure the variables @code{org-agenda-todo-ignore-scheduled},
+@code{org-agenda-todo-ignore-deadlines}, and/or
+@code{org-agenda-todo-ignore-with-date} to exclude such items from the
+global TODO list.
 @item
 @item
 @vindex org-agenda-todo-list-sublevels
 @vindex org-agenda-todo-list-sublevels
 TODO items may have sublevels to break up the task into subtasks.  In
 TODO items may have sublevels to break up the task into subtasks.  In
@@ -6101,10 +6105,12 @@ define a custom command for it (@pxref{Agenda dispatcher}).
 @kindex C-c a M
 @kindex C-c a M
 @item C-c a M
 @item C-c a M
 @vindex org-tags-match-list-sublevels
 @vindex org-tags-match-list-sublevels
-Like @kbd{C-c a m}, but only select headlines that are also TODO items
-and force checking subitems (see variable
-@code{org-tags-match-list-sublevels}).  Matching specific TODO keywords
-together with a tags match is also possible, see @ref{Tag searches}.
+@vindex org-agenda-tags-todo-honor-ignore-options
+Like @kbd{C-c a m}, but only select headlines that are also TODO items and
+force checking subitems (see variable @code{org-tags-match-list-sublevels}).
+To exclude scheduled/deadline items, see the variable
+@code{org-agenda-tags-todo-honor-ignore-options}.  Matching specific TODO
+keywords together with a tags match is also possible, see @ref{Tag searches}.
 @end table
 @end table
 
 
 The commands available in the tags list are described in @ref{Agenda
 The commands available in the tags list are described in @ref{Agenda

+ 5 - 0
lisp/ChangeLog

@@ -1,5 +1,10 @@
 2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
 2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
 
 
+	* org-agenda.el (org-agenda-todo-ignore-with-date)
+	(org-agenda-todo-ignore-scheduled)
+	(org-agenda-todo-ignore-deadlines): Mention the variable
+	`org-agenda-tags-todo-honor-ignore-options' in the docstring.
+
 	* org.el (org-get-wdays): Find the warning period also if it is in
 	* org.el (org-get-wdays): Find the warning period also if it is in
 	the wrong place.
 	the wrong place.
 	(org-ido-completing-read): Provide the correct arguments to
 	(org-ido-completing-read): Provide the correct arguments to

+ 6 - 3
lisp/org-agenda.el

@@ -454,7 +454,8 @@ You can use this if you prefer to mark mere appointments with a TODO keyword,
 but don't want them to show up in the TODO list.
 but don't want them to show up in the TODO list.
 When this is set, it also covers deadlines and scheduled items, the settings
 When this is set, it also covers deadlines and scheduled items, the settings
 of `org-agenda-todo-ignore-scheduled' and `org-agenda-todo-ignore-deadlines'
 of `org-agenda-todo-ignore-scheduled' and `org-agenda-todo-ignore-deadlines'
-will be ignored."
+will be ignored.
+See also the variable `org-agenda-tags-todo-honor-ignore-options'."
   :group 'org-agenda-skip
   :group 'org-agenda-skip
   :group 'org-agenda-todo-list
   :group 'org-agenda-todo-list
   :type 'boolean)
   :type 'boolean)
@@ -463,7 +464,8 @@ will be ignored."
   "Non-nil means, don't show scheduled entries in the global todo list.
   "Non-nil means, don't show scheduled entries in the global todo list.
 The idea behind this is that by scheduling it, you have already taken care
 The idea behind this is that by scheduling it, you have already taken care
 of this item.
 of this item.
-See also `org-agenda-todo-ignore-with-date'."
+See also `org-agenda-todo-ignore-with-date'.
+See also the variable `org-agenda-tags-todo-honor-ignore-options'."
   :group 'org-agenda-skip
   :group 'org-agenda-skip
   :group 'org-agenda-todo-list
   :group 'org-agenda-todo-list
   :type 'boolean)
   :type 'boolean)
@@ -472,7 +474,8 @@ See also `org-agenda-todo-ignore-with-date'."
   "Non-nil means, don't show near deadline entries in the global todo list.
   "Non-nil means, don't show near deadline entries in the global todo list.
 Near means closer than `org-deadline-warning-days' days.
 Near means closer than `org-deadline-warning-days' days.
 The idea behind this is that such items will appear in the agenda anyway.
 The idea behind this is that such items will appear in the agenda anyway.
-See also `org-agenda-todo-ignore-with-date'."
+See also `org-agenda-todo-ignore-with-date'.
+See also the variable `org-agenda-tags-todo-honor-ignore-options'."
   :group 'org-agenda-skip
   :group 'org-agenda-skip
   :group 'org-agenda-todo-list
   :group 'org-agenda-todo-list
   :type 'boolean)
   :type 'boolean)