|
@@ -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)
|
|
|
|
|
|
|