summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-11-13 07:35:57 +0100
committerBastien Guerry <bzg@altern.org>2013-11-13 07:35:57 +0100
commit369f70ac288099b9e2c8158ffa4b4dd2871ecba3 (patch)
tree2db7c3d18dd8a1aad57a6b17cb54267419c40d55
parentd2ba43c4965820a391370ae8c1141f2f5a369667 (diff)
downloadorg-mode-369f70ac288099b9e2c8158ffa4b4dd2871ecba3.tar.gz
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.
-rw-r--r--lisp/ox-odt.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index eb7856b..a450c7e 100644
--- a/lisp/ox-odt.el
+++ b/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)