emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 5a10517d02: Add missing :package-version tags in ch


From: ELPA Syncer
Subject: [elpa] externals/org 5a10517d02: Add missing :package-version tags in changed `defcustom'
Date: Sun, 13 Nov 2022 02:58:03 -0500 (EST)

branch: externals/org
commit 5a10517d021acba071cd4a2c3b90de84c8e9f3cb
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Add missing :package-version tags in changed `defcustom'
    
    * lisp/ob-clojure.el (ob-clojure-babashka-command):
    (ob-clojure-nbb-command):
    * lisp/ob-exp.el (org-babel-exp-code-template):
    * lisp/ob-latex.el (org-babel-latex-pdf-svg-process):
    * lisp/org-agenda.el (org-agenda-show-outline-path):
    * lisp/org-capture.el (org-capture-templates):
    * lisp/org-clock.el (org-clocktable-defaults):
    * lisp/org-persist.el (org-persist-directory):
    (org-persist-remote-files):
    (org-persist-default-expiry):
    * lisp/org-refile.el (org-refile-use-outline-path):
    * lisp/org-src.el (org-src-lang-modes):
    * lisp/org.el (org-resource-download-policy):
    (org-safe-remote-resources):
    (org-time-stamp-custom-formats):
    (org-property-separators):
    (org-preview-latex-process-alist):
    (org-structure-template-alist):
    * lisp/ox-latex.el (org-latex-inline-image-rules):
    (org-latex-src-block-backend):
    (org-latex-engraved-options):
    (org-latex-engraved-theme):
    * lisp/ox-md.el (org-md-toplevel-hlevel):
    * lisp/ox-texinfo.el (org-texinfo-with-latex): Add :package-version
    keywords to the new custom options, and those with the value or
    meaning changed.
---
 lisp/ob-clojure.el  |  6 ++++--
 lisp/ob-exp.el      |  3 ++-
 lisp/ob-latex.el    |  3 ++-
 lisp/org-agenda.el  |  3 ++-
 lisp/org-capture.el |  2 +-
 lisp/org-clock.el   |  2 +-
 lisp/org-persist.el | 26 +++++++++++++++-----------
 lisp/org-refile.el  |  1 +
 lisp/org-src.el     |  1 +
 lisp/org.el         |  9 ++++++---
 lisp/ox-latex.el    |  5 ++++-
 lisp/ox-md.el       |  1 +
 lisp/ox-texinfo.el  |  1 +
 13 files changed, 41 insertions(+), 22 deletions(-)

diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el
index 25f1c78a6f..6f1425a842 100644
--- a/lisp/ob-clojure.el
+++ b/lisp/ob-clojure.el
@@ -102,12 +102,14 @@
 (defcustom ob-clojure-babashka-command (executable-find "bb")
   "Path to the babashka executable."
   :type 'file
-  :group 'org-babel)
+  :group 'org-babel
+  :package-version '(Org . "9.6"))
 
 (defcustom ob-clojure-nbb-command (executable-find "nbb")
   "Path to the nbb executable."
   :type 'file
-  :group 'org-babel)
+  :group 'org-babel
+  :package-version '(Org . "9.6"))
 
 (defun org-babel-expand-body:clojure (body params)
   "Expand BODY according to PARAMS, return the expanded body."
diff --git a/lisp/ob-exp.el b/lisp/ob-exp.el
index 67ed22f846..60f2a93158 100644
--- a/lisp/ob-exp.el
+++ b/lisp/ob-exp.el
@@ -367,7 +367,8 @@ In addition to the keys mentioned above, every header 
argument
 defined for the code block may be used as a key and will be
 replaced with its value."
   :group 'org-babel
-  :type 'string)
+  :type 'string
+  :package-version '(Org . "9.6"))
 
 (defcustom org-babel-exp-inline-code-template
   "src_%lang[%switches%flags]{%body}"
diff --git a/lisp/ob-latex.el b/lisp/ob-latex.el
index 69124a36c1..332ace765b 100644
--- a/lisp/ob-latex.el
+++ b/lisp/ob-latex.el
@@ -119,7 +119,8 @@ exporting the literal LaTeX source."
 %f"
   "Command to convert a PDF file to an SVG file."
   :group 'org-babel
-  :type 'string)
+  :type 'string
+  :package-version '(Org . "9.6"))
 
 (defcustom org-babel-latex-htlatex-packages
   '("[usenames]{color}" "{tikz}" "{color}" "{listings}" "{amsmath}")
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 4bcc7ae01f..2cd6675777 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1076,7 +1076,8 @@ title.  Fallback to file name is no title is present."
   :type '(choice
          (const :tag "Don't show outline path in agenda view." nil)
          (const :tag "Show outline path with prepended file name." t)
-         (const :tag "Show outline path with prepended document title." 
title)))
+         (const :tag "Show outline path with prepended document title." title))
+  :package-version '(Org . "9.6"))
 
 (defcustom org-agenda-start-with-entry-text-mode nil
   "The initial value of entry-text-mode in a newly created agenda window."
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 95b64ffd4c..df401d6a6c 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -393,7 +393,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.5")
+  :package-version '(Org . "9.6")
   :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-clock.el b/lisp/org-clock.el
index b520760898..9dacc050d4 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -334,7 +334,7 @@ string as argument."
    :formatter nil)
   "Default properties for clock tables."
   :group 'org-clock
-  :version "24.1"
+  :package-version '(Org . "9.6")
   :type 'plist)
 
 (defcustom org-clock-clocktable-formatter 'org-clocktable-write-default
diff --git a/lisp/org-persist.el b/lisp/org-persist.el
index ee7dce2187..3435bef264 100644
--- a/lisp/org-persist.el
+++ b/lisp/org-persist.el
@@ -170,18 +170,20 @@
   :group 'org)
 
 (defcustom org-persist-directory (expand-file-name
-                                  (org-file-name-concat
-                                   (let ((cache-dir (when (fboundp 
'xdg-cache-home)
-                                                      (xdg-cache-home))))
-                                     (if (or (seq-empty-p cache-dir)
-                                             (not (file-exists-p cache-dir))
-                                             (file-exists-p 
(org-file-name-concat
-                                                             
user-emacs-directory
-                                                             "org-persist")))
-                                         user-emacs-directory
-                                       cache-dir))
-                                   "org-persist/"))
+                       (org-file-name-concat
+                        (let ((cache-dir (when (fboundp 'xdg-cache-home)
+                                           (xdg-cache-home))))
+                          (if (or (seq-empty-p cache-dir)
+                                  (not (file-exists-p cache-dir))
+                                  (file-exists-p (org-file-name-concat
+                                                  user-emacs-directory
+                                                  "org-persist")))
+                              user-emacs-directory
+                            cache-dir))
+                        "org-persist/"))
   "Directory where the data is stored."
+  :group 'org-persist
+  :package-version '(Org . "9.6")
   :type 'directory)
 
 (defcustom org-persist-remote-files 100
@@ -196,6 +198,7 @@ up to that number persistent values for remote files.
 Note that the last option `check-existence' may cause Emacs to show
 password prompts to log in."
   :group 'org-persist
+  :package-version '(Org . "9.6")
   :type '(choice (const :tag "Never" nil)
                  (const :tag "Always" t)
                  (number :tag "Keep not more than X files")
@@ -210,6 +213,7 @@ data is deleted that number days after last access.  When a 
function,
 it should be a function returning non-nil when the data is expired.  The
 function will be called with a single argument - collection."
   :group 'org-persist
+  :package-version '(Org . "9.6")
   :type '(choice (const :tag "Never" never)
                  (const :tag "Always" nil)
                  (number :tag "Keep N days")
diff --git a/lisp/org-refile.el b/lisp/org-refile.el
index 6dd76d380b..8c514b9d0b 100644
--- a/lisp/org-refile.el
+++ b/lisp/org-refile.el
@@ -155,6 +155,7 @@ When `full-file-path', include the full file path.
 
 When `buffer-name', use the buffer name."
   :group 'org-refile
+  :package-version '(Org . "9.6")
   :type '(choice
          (const :tag "Not" nil)
          (const :tag "Yes" t)
diff --git a/lisp/org-src.el b/lisp/org-src.el
index 8744e98bfb..7d5f5d5431 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -221,6 +221,7 @@ not the case, this variable provides a way to simplify 
things on
 the user side.  For example, there is no `ocaml-mode' in Emacs,
 but the mode to use is `tuareg-mode'."
   :group 'org-edit-structure
+  :package-version '(Org . "9.6")
   :type '(repeat
          (cons
           (string "Language name")
diff --git a/lisp/org.el b/lisp/org.el
index 17f5d9c1de..7aaef06f09 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1391,6 +1391,7 @@ This recognises four possible values:
 A resource is considered safe if it matches one of the patterns
 in `org-safe-remote-resources'."
   :group 'org
+  :package-version '(Org . "9.6")
   :type '(choice (const :tag "Always download remote resources" t)
                  (const :tag "Prompt before downloading an unsafe resource" 
prompt)
                  (const :tag "Only download resources considered safe" safe)
@@ -1401,6 +1402,7 @@ in `org-safe-remote-resources'."
 URI regexps are applied to both URLs and Org files requesting
 remote resources."
   :group 'org
+  :package-version '(Org . "9.6")
   :type '(list regexp))
 
 (defcustom org-open-non-existing-files nil
@@ -2438,6 +2440,7 @@ commands, if custom time display is turned on at the time 
of export.
 Leading \"<\" and trailing \">\" pair will be stripped from the format
 strings."
   :group 'org-time
+  :package-version '(Org . "9.6")
   :type '(cons string string))
 
 (defun org-time-stamp-format (&optional with-time inactive custom)
@@ -2944,6 +2947,7 @@ use when combining that property.
 If an alist item cannot be found that matches a given property, a
 single space will be used as the separator."
   :group 'org-properties
+  :package-version '(Org . "9.6")
   :type '(alist :key-type (choice (repeat :tag "Properties" string)
                                   (string :tag "Regular Expression"))
                 :value-type (restricted-sexp :tag "Separator"
@@ -3296,8 +3300,7 @@ Place-holders only used by `:image-converter':
   %S    the image size scale ratio, which is used to adjust image size by some
         processing commands."
   :group 'org-latex
-  :version "26.1"
-  :package-version '(Org . "9.0")
+  :package-version '(Org . "9.6")
   :type '(alist :tag "LaTeX to image backends"
                :value-type (plist)))
 
@@ -8873,7 +8876,7 @@ block can be inserted by pressing TAB after the string 
\"<KEY\"."
   :type '(repeat
          (cons (string :tag "Key")
                (string :tag "Template")))
-  :package-version '(Org . "9.2"))
+  :package-version '(Org . "9.6"))
 
 (defun org--check-org-structure-template-alist (&optional checklist)
   "Check whether `org-structure-template-alist' is set up correctly.
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index acc3df70cb..9bdb9fb634 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -765,7 +765,7 @@ pdflatex, pdf, jpg and png images are OK.  When processing
 through dvi to Postscript, only ps and eps are allowed.  The
 default we use here encompasses both."
   :group 'org-export-latex
-  :package-version '(Org . "9.4")
+  :package-version '(Org . "9.6")
   :type '(alist :key-type (string :tag "Type")
                :value-type (regexp :tag "Path")))
 
@@ -986,6 +986,7 @@ The styling of the engraved result can be customised with
 The default preamble also uses the LaTeX package tcolorbox in
 addition to fvextra."
   :group 'org-export-latex
+  :package-version '(Org . "9.6")
   :type '(choice
          (const :tag "Use listings" listings)
          (const :tag "Use minted" minted)
@@ -1255,6 +1256,7 @@ block-specific options, you may use the following syntax:
   ...
   #+END_SRC"
   :group 'org-export-latex
+  :package-version '(Org . "9.6")
   :type '(alist :key-type (string :tag "option")
                 :value-type (string :tag "value")))
 
@@ -1264,6 +1266,7 @@ This can be set to any theme defined in 
`engrave-faces-themes' or
 loadable by Emacs.  When set to t, the current Emacs theme is
 used.  When nil, no theme is applied."
   :group 'org-export-latex
+  :package-version '(Org . "9.6")
   :type 'symbol)
 
 (defun org-latex-generate-engraved-preamble (info)
diff --git a/lisp/ox-md.el b/lisp/ox-md.el
index 77c3adcd48..dee6dbf1fc 100644
--- a/lisp/ox-md.el
+++ b/lisp/ox-md.el
@@ -86,6 +86,7 @@ Incrementing this value may be helpful when creating markdown 
to be
 included into another document or application that reserves top-level
 headings for its own use."
   :group 'org-export-md
+  :package-version '(Org . "9.6")
   :type 'string)
 
 
diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el
index 1f2e8d9a1f..73ba349b1b 100644
--- a/lisp/ox-texinfo.el
+++ b/lisp/ox-texinfo.el
@@ -373,6 +373,7 @@ respectively.  Alternatively, when set to `detect', the 
exporter
 does so only if the installed version of Texinfo supports the
 necessary commands."
   :group 'org-export-texinfo
+  :package-version '(Org . "9.6")
   :type '(choice
           (const :tag "Detect" detect)
           (const :tag "Yes" t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]