Browse Source

org-agenda.el (org-agenda-use-tag-inheritance): Fix custom definition

* org-agenda.el (org-agenda-use-tag-inheritance): Fix custom
definition.
Bastien Guerry 12 years ago
parent
commit
3d1c9a42c3
1 changed files with 7 additions and 2 deletions
  1. 7 2
      lisp/org-agenda.el

+ 7 - 2
lisp/org-agenda.el

@@ -1661,8 +1661,13 @@ controlled by `org-use-tag-inheritance'.  In other agenda types,
 entries, but you may want the agenda to use the inherited tags
 anyway, e.g. for later tag filtering.
 
-Setting this to nil will speed up non-tags agenda view a lot."
-  :version "24.3")
+The default value reset tags in every agenda type.  Setting this
+option to nil will speed up non-tags agenda view a lot.
+
+Allowed value are 'todo, 'search, 'timeline and 'agenda."
+  :version "24.3"
+  :group 'org-agenda
+  :type '(repeat (symbol :tag "Agenda type")))
 
 (defcustom org-agenda-hide-tags-regexp nil
   "Regular expression used to filter away specific tags in agenda views.