Quellcode durchsuchen

ox-odt.el: Add version and package-version to some options

* ox-odt.el (org-odt-inline-formula-rules)
(org-odt-inline-image-rules, org-odt-use-date-fields): Add
version and package-version.
Bastien Guerry vor 11 Jahren
Ursprung
Commit
369f70ac28
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      lisp/ox-odt.el

+ 6 - 0
lisp/ox-odt.el

@@ -746,6 +746,8 @@ A rule consists in an association whose key is the type of link
 to consider, and value is a regexp that will be matched against
 link's path."
   :group 'org-export-odt
+  :version "8.0"
+  :package-version '(Org . "8.0")
   :type '(alist :key-type (string :tag "Type")
 		:value-type (regexp :tag "Path")))
 
@@ -757,6 +759,8 @@ A rule consists in an association whose key is the type of link
 to consider, and value is a regexp that will be matched against
 link's path."
   :group 'org-export-odt
+  :version "8.0"
+  :package-version '(Org . "8.0")
   :type '(alist :key-type (string :tag "Type")
 		:value-type (regexp :tag "Path")))
 
@@ -929,6 +933,8 @@ the application UI or through a custom styles file.
 
 See `org-odt--build-date-styles' for implementation details."
   :group 'org-export-odt
+  :version "8.0"
+  :package-version '(Org . "8.0")
   :type 'boolean)