|
@@ -747,7 +747,7 @@ 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"
|
|
|
+ :version "24.4"
|
|
|
:package-version '(Org . "8.0")
|
|
|
:type '(alist :key-type (string :tag "Type")
|
|
|
:value-type (regexp :tag "Path")))
|
|
@@ -760,7 +760,7 @@ 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"
|
|
|
+ :version "24.4"
|
|
|
:package-version '(Org . "8.0")
|
|
|
:type '(alist :key-type (string :tag "Type")
|
|
|
:value-type (regexp :tag "Path")))
|
|
@@ -934,7 +934,7 @@ 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"
|
|
|
+ :version "24.4"
|
|
|
:package-version '(Org . "8.0")
|
|
|
:type 'boolean)
|
|
|
|