org-agenda-ignore-properties: Bump :package-version
* lisp/org.el (org-agenda-ignore-properties): Remove :version keyword and bump :package-version after changing the allowed values.
This commit is contained in:
parent
96b754c105
commit
ea401fb1f4
|
@ -15121,8 +15121,7 @@ list and agenda building will be a bit faster.
|
|||
The value is a list, with symbol `stats'."
|
||||
:type '(set :greedy t
|
||||
(const stats))
|
||||
:version "26.1"
|
||||
:package-version '(Org . "8.3")
|
||||
:package-version '(Org . "9.7")
|
||||
:group 'org-agenda)
|
||||
|
||||
;;;; Files
|
||||
|
|
Loading…
Reference in New Issue