|
@@ -324,12 +324,14 @@ the daily/weekly agenda, see `org-agenda-skip-function'.")
|
|
|
(string))
|
|
|
(list :tag "Number of days in agenda"
|
|
|
(const org-agenda-span)
|
|
|
- (choice (const :tag "Day" day)
|
|
|
- (const :tag "Week" week)
|
|
|
- (const :tag "Fortnight" fortnight)
|
|
|
- (const :tag "Month" month)
|
|
|
- (const :tag "Year" year)
|
|
|
- (integer :tag "Custom")))
|
|
|
+ (list
|
|
|
+ (const :format "" quote)
|
|
|
+ (choice (const :tag "Day" day)
|
|
|
+ (const :tag "Week" week)
|
|
|
+ (const :tag "Fortnight" fortnight)
|
|
|
+ (const :tag "Month" month)
|
|
|
+ (const :tag "Year" year)
|
|
|
+ (integer :tag "Custom"))))
|
|
|
(list :tag "Fixed starting date"
|
|
|
(const org-agenda-start-day)
|
|
|
(string :value "2007-11-01"))
|