|
@@ -2609,7 +2609,7 @@ type."
|
|
|
:package-version '(Org . "8.0")
|
|
|
:group 'org-agenda-custom-commands
|
|
|
:type '(choice (symbol :tag "No limit" nil)
|
|
|
- (integer :tag "Max number of entries")
|
|
|
+ (integer :tag "Max number of TODOs")
|
|
|
(repeat
|
|
|
(cons (choice :tag "Agenda type"
|
|
|
(const agenda)
|
|
@@ -2617,7 +2617,7 @@ type."
|
|
|
(const tags)
|
|
|
(const search)
|
|
|
(const timeline))
|
|
|
- (integer :tag "Max number of entries")))))
|
|
|
+ (integer :tag "Max number of TODOs")))))
|
|
|
|
|
|
(defcustom org-agenda-max-tags nil
|
|
|
"Maximum number of tagged entries to display in an agenda.
|
|
@@ -2628,7 +2628,7 @@ type."
|
|
|
:package-version '(Org . "8.0")
|
|
|
:group 'org-agenda-custom-commands
|
|
|
:type '(choice (symbol :tag "No limit" nil)
|
|
|
- (integer :tag "Max number of entries")
|
|
|
+ (integer :tag "Max number of tagged entries")
|
|
|
(repeat
|
|
|
(cons (choice :tag "Agenda type"
|
|
|
(const agenda)
|
|
@@ -2636,7 +2636,7 @@ type."
|
|
|
(const tags)
|
|
|
(const search)
|
|
|
(const timeline))
|
|
|
- (integer :tag "Max number of entries")))))
|
|
|
+ (integer :tag "Max number of tagged entries")))))
|
|
|
|
|
|
(defcustom org-agenda-max-effort nil
|
|
|
"Maximum cumulated effort duration for the agenda.
|
|
@@ -2647,7 +2647,7 @@ to limit entries to in this type."
|
|
|
:package-version '(Org . "8.0")
|
|
|
:group 'org-agenda-custom-commands
|
|
|
:type '(choice (symbol :tag "No limit" nil)
|
|
|
- (integer :tag "Max number of entries")
|
|
|
+ (integer :tag "Max number of minutes")
|
|
|
(repeat
|
|
|
(cons (choice :tag "Agenda type"
|
|
|
(const agenda)
|
|
@@ -2655,7 +2655,7 @@ to limit entries to in this type."
|
|
|
(const tags)
|
|
|
(const search)
|
|
|
(const timeline))
|
|
|
- (integer :tag "Max number of entries")))))
|
|
|
+ (integer :tag "Max number of minutes")))))
|
|
|
|
|
|
(defvar org-keys nil)
|
|
|
(defvar org-match nil)
|