Skip to content

Commit

Permalink
org-agenda: Replace 29.1 version keywords with package-version
Browse files Browse the repository at this point in the history
* lisp/org-agenda.el (org-agenda-block-separator):
(org-agenda-time-grid):
(org-agenda-current-time-string): Replace version keyword with
package-version keyword.

Prefer package-version so that the help buffer shows

  This variable was introduced, or its default value was changed, in
  version 9.6 of the Org package that is part of Emacs 29.1.

rather than

  This variable was introduced, or its default value was changed, in
  version 29.1 of Emacs.
  • Loading branch information
kyleam committed Oct 5, 2022
1 parent 95a4c59 commit 1f8cc85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/org-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ If it is a character, it will be repeated to fill the window width.
If nil the separator is disabled. In `org-agenda-custom-commands' this
addresses the separator between the current and the previous block."
:group 'org-agenda
:version "29.1"
:package-version '(Org . "9.6")
:type '(choice
(const :tag "Disabled" nil)
(character)
Expand Down Expand Up @@ -1571,7 +1571,7 @@ times that have a grid line.
The fourth item is a string placed after the grid times. This
will align with agenda items."
:group 'org-agenda-time-grid
:version "29.1"
:package-version '(Org . "9.6")
:type
'(list
(set :greedy t :tag "Grid Display Options"
Expand Down Expand Up @@ -1600,7 +1600,7 @@ will align with agenda items."
"now - - - - - - - - - - - - - - - - - - - - - - - - -")
"The string for the current time marker in the agenda."
:group 'org-agenda-time-grid
:version "29.1"
:package-version '(Org . "9.6")
:type 'string)

(defgroup org-agenda-sorting nil
Expand Down

0 comments on commit 1f8cc85

Please sign in to comment.