diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index 6dac2c9be..d40710513 100644 --- a/lisp/ob-clojure.el +++ b/lisp/ob-clojure.el @@ -67,7 +67,7 @@ If the value is nil, timeout is disabled." :group 'org-babel :type 'integer - :version "25.2" + :version "26.1" :package-version '(Org . "9.1") :safe #'wholenump) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index a21f1edb1..b66eb8609 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1256,7 +1256,7 @@ When set to the symbol `next' only the first future repeat is shown." (const :tag "Show all repeated entries" t) (const :tag "Show next repeated entry" next) (const :tag "Do not show repeated entries" nil)) - :version "25.2" + :version "26.1" :package-version '(Org . "9.1") :safe #'symbolp) @@ -1277,7 +1277,7 @@ entries with these TODO keywords." (const :tag "Prefer base date" nil) (repeat :tag "Prefer last repeat for entries with these TODO keywords" (string :tag "TODO keyword"))) - :version "25.2" + :version "26.1" :package-version '(Org . "9.1") :safe (lambda (x) (or (booleanp x) (consp x)))) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index af6a324a1..0d4bd22c2 100644 --- a/lisp/org-bibtex.el +++ b/lisp/org-bibtex.el @@ -244,7 +244,7 @@ It should take a single argument, the bibtex entry (an alist as returned by `org-bibtex-read'). The default value simply returns the entry title." :group 'org-bibtex - :version "25.2" + :version "26.1" :package-version '(Org . "9.1") :type 'function) diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index fa85174b1..44f8097f4 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -335,7 +335,7 @@ This variable is ignored when site-map style is `tree'." (const :tag "Folders after files" last) (const :tag "No folder in site-map" ignore) (const :tag "Mix folders and files" nil)) - :version "25.2" + :version "26.1" :package-version '(Org . "9.1") :safe #'symbolp) diff --git a/lisp/ox.el b/lisp/ox.el index 67863e429..93f443712 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -900,7 +900,7 @@ macro's arguments. Moreover, if the template starts with \"(eval\", it will be parsed as an Elisp expression and evaluated accordingly." :group 'org-export-general - :version "25.2" + :version "26.1" :package-version '(Org . "9.1") :type '(repeat (cons (string :tag "Name")