Browse Source

Merge branch 'maint'

Bastien Guerry 11 years ago
parent
commit
cdaeac1aa0
2 changed files with 14 additions and 0 deletions
  1. 8 0
      lisp/ox-html.el
  2. 6 0
      lisp/ox-odt.el

+ 8 - 0
lisp/ox-html.el

@@ -584,6 +584,8 @@ in order to mimic default behaviour:
   \"Format a drawer element for HTML export.\"
   \"Format a drawer element for HTML export.\"
   contents\)"
   contents\)"
   :group 'org-export-html
   :group 'org-export-html
+  :version "8.0"
+  :package-version '(Org . "8.0")
   :type 'function)
   :type 'function)
 
 
 ;;;; Footnotes
 ;;;; Footnotes
@@ -637,6 +639,8 @@ TAGS      the tags (string or nil).
 
 
 The function result will be used in the section format string."
 The function result will be used in the section format string."
   :group 'org-export-html
   :group 'org-export-html
+  :version "8.0"
+  :package-version '(Org . "8.0")
   :type 'function)
   :type 'function)
 
 
 ;;;; HTML-specific
 ;;;; HTML-specific
@@ -665,6 +669,8 @@ The function must accept six parameters:
 
 
 The function should return the string to be exported."
 The function should return the string to be exported."
   :group 'org-export-html
   :group 'org-export-html
+  :version "8.0"
+  :package-version '(Org . "8.0")
   :type 'function)
   :type 'function)
 
 
 ;;;; LaTeX
 ;;;; LaTeX
@@ -1122,6 +1128,8 @@ like that: \"%%\"."
   "Information about the creator of the HTML document.
   "Information about the creator of the HTML document.
 This option can also be set on with the CREATOR keyword."
 This option can also be set on with the CREATOR keyword."
   :group 'org-export-html
   :group 'org-export-html
+  :version "24.4"
+  :package-version '(Org . "8.0")
   :type '(string :tag "Creator string"))
   :type '(string :tag "Creator string"))
 
 
 ;;;; Template :: Preamble
 ;;;; Template :: Preamble

+ 6 - 0
lisp/ox-odt.el

@@ -747,6 +747,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
 to consider, and value is a regexp that will be matched against
 link's path."
 link's path."
   :group 'org-export-odt
   :group 'org-export-odt
+  :version "8.0"
+  :package-version '(Org . "8.0")
   :type '(alist :key-type (string :tag "Type")
   :type '(alist :key-type (string :tag "Type")
 		:value-type (regexp :tag "Path")))
 		:value-type (regexp :tag "Path")))
 
 
@@ -758,6 +760,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
 to consider, and value is a regexp that will be matched against
 link's path."
 link's path."
   :group 'org-export-odt
   :group 'org-export-odt
+  :version "8.0"
+  :package-version '(Org . "8.0")
   :type '(alist :key-type (string :tag "Type")
   :type '(alist :key-type (string :tag "Type")
 		:value-type (regexp :tag "Path")))
 		:value-type (regexp :tag "Path")))
 
 
@@ -930,6 +934,8 @@ the application UI or through a custom styles file.
 
 
 See `org-odt--build-date-styles' for implementation details."
 See `org-odt--build-date-styles' for implementation details."
   :group 'org-export-odt
   :group 'org-export-odt
+  :version "8.0"
+  :package-version '(Org . "8.0")
   :type 'boolean)
   :type 'boolean)