diff --git a/lisp/ob-comint.el b/lisp/ob-comint.el index f2251892a..764927af7 100644 --- a/lisp/ob-comint.el +++ b/lisp/ob-comint.el @@ -65,7 +65,8 @@ executed inside the protection of `save-excursion' and "Waiting time until trying to use fallback regexp to detect prompt. This is useful when prompt unexpectedly changes." :type 'float - :group 'org-babel) + :group 'org-babel + :package-version '(Org . "9.7")) (defun org-babel-comint--set-fallback-prompt () "Swap `comint-prompt-regexp' and `org-babel-comint-prompt-regexp-old'." diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el index 80eaeeb27..34f12fdcc 100644 --- a/lisp/ob-exp.el +++ b/lisp/ob-exp.el @@ -389,7 +389,7 @@ defined for the code block may be used as a key and will be replaced with its value." :group 'org-babel :type 'string - :package-version '(Org . "9.6")) + :package-version '(Org . "9.7")) (defcustom org-babel-exp-inline-code-template "src_%lang[%switches%flags%header-args]{%body}" @@ -411,8 +411,7 @@ defined for the code block may be used as a key and will be replaced with its value." :group 'org-babel :type 'string - :version "26.1" - :package-version '(Org . "8.3")) + :package-version '(Org . "9.7")) (defun org-babel-exp-code (info type) "Return the original code block of TYPE defined by INFO, formatted for export." diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index ac34c1eb0..381a09713 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -900,7 +900,8 @@ but not scheduled today." :type '(choice (const :tag "Never" nil) (const :tag "Always" t) - (const :tag "Not when scheduled today" not-today))) + (const :tag "Not when scheduled today" not-today)) + :package-version '(Org . "9.7")) (defcustom org-agenda-skip-timestamp-if-deadline-is-shown nil "Non-nil means skip timestamp line if same entry shows because of deadline. @@ -1701,7 +1702,8 @@ Custom commands can bind this variable in the options section." (cons (const :tag "Strategy for Tags matches" tags) (repeat ,org-sorting-choice)) (cons (const :tag "Strategy for search matches" search) - (repeat ,org-sorting-choice))))) + (repeat ,org-sorting-choice)))) + :package-version '(Org . "9.7")) (defcustom org-agenda-cmp-user-defined nil "A function to define the comparison `user-defined'. diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 8a1b59761..16f6e1e29 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -148,7 +148,7 @@ When t, store the link to original file location. When `file', store link to the attached file location. When `attached', store attach: link to the attached file." :group 'org-attach - :version "24.1" + :package-version '(Org . "9.7") :type '(choice (const :tag "Don't store link" nil) (const :tag "Link to origin location" t) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 9d8f855ef..f9e18ac49 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -402,7 +402,7 @@ calendar | %:type %:date When you need to insert a literal percent sign in the template, you can escape ambiguous cases with a backward slash, e.g., \\%i." :group 'org-capture - :package-version '(Org . "9.6") + :package-version '(Org . "9.7") :set (lambda (s v) (set-default-toplevel-value s (org-capture-upgrade-templates v))) :type (let ((file-variants '(choice :tag "Filename " diff --git a/lisp/org-fold-core.el b/lisp/org-fold-core.el index 38ce53108..8e919d889 100644 --- a/lisp/org-fold-core.el +++ b/lisp/org-fold-core.el @@ -290,7 +290,7 @@ generally less error-prone with regard to third-party packages. Important: This variable must be set before loading Org." :group 'org - :package-version '(Org . "9.6") + :package-version '(Org . "9.7") :type '(choice (const :tag "Overlays" overlays) (const :tag "Text properties" text-properties))) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 16ab7f279..e1432babe 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -143,6 +143,7 @@ confirm Like t, but let the user edit the created value. an anonymous footnote. random Automatically generate a unique, random label." :group 'org-footnote + :package-version '(Org . "9.7") :type '(choice (const :tag "Prompt for label" nil) (const :tag "Create automatic [fn:N]" t) diff --git a/lisp/org.el b/lisp/org.el index 83bdfcbb3..b545e6bf6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3293,7 +3293,7 @@ When using MathToWeb as the converter, set this option to When using LaTeXML set this option to \"latexmlmath %i --presentationmathml=%o\"." :group 'org-latex - :version "24.1" + :package-version '(Org . "9.7") :type '(choice (const :tag "None" nil) (string :tag "\nShell command"))) @@ -3311,7 +3311,7 @@ Replace format-specifiers in the command as noted below and use For example, this could be used with LaTeXML as \"latexmlc literal:%i --profile=math --preload=siunitx.sty 2>/dev/null\"." :group 'org-latex - :package-version '(Org . "9.4") + :package-version '(Org . "9.7") :type '(choice (const :tag "None" nil) (string :tag "Shell command"))) @@ -3542,8 +3542,7 @@ A string will be inserted as-is in the header of the document." :group 'org-export-latex :set 'org-set-packages-alist :get 'org-get-packages-alist - :version "26.1" - :package-version '(Org . "8.3") + :package-version '(Org . "9.7") :type '(repeat (choice (list :tag "options/package pair" @@ -16637,7 +16636,7 @@ cache Display remote images, and open them in separate buffers for caching. Silently update the image buffer when a file change is detected." :group 'org-appearance - :package-version '(Org . "9.4") + :package-version '(Org . "9.7") :type '(choice (const :tag "Ignore remote images" skip) (const :tag "Always display remote images" download) diff --git a/lisp/ox-beamer.el b/lisp/ox-beamer.el index 8bae93c11..b7255cfd8 100644 --- a/lisp/ox-beamer.el +++ b/lisp/ox-beamer.el @@ -118,8 +118,7 @@ open The opening template for the environment, with the following escapes %l the label, obtained from `org-beamer--get-label' close The closing string of the environment." :group 'org-export-beamer - :version "24.4" - :package-version '(Org . "8.1") + :package-version '(Org . "9.7") :type '(repeat (list (string :tag "Environment") diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 69a231c78..d8bbb52d8 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -1530,8 +1530,7 @@ The regular expressions are used to find possible warnings in the log of a LaTeX-run. These warnings will be reported after calling `org-latex-compile'." :group 'org-export-latex - :version "26.1" - :package-version '(Org . "8.3") + :package-version '(Org . "9.7") :type '(repeat (cons (regexp :tag "Regexp")