From 369f70ac288099b9e2c8158ffa4b4dd2871ecba3 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 13 Nov 2013 07:35:57 +0100 Subject: [PATCH] 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. --- lisp/ox-odt.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index eb7856b29..a450c7e38 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) -- 2.11.4.GIT