浏览代码

Fix previous commits

Thanks to Jambunathan for pointing this.
Bastien Guerry 11 年之前
父节点
当前提交
757eb6e0fb
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      lisp/ox-html.el
  2. 3 3
      lisp/ox-odt.el

+ 3 - 3
lisp/ox-html.el

@@ -583,7 +583,7 @@ in order to mimic default behaviour:
   \"Format a drawer element for HTML export.\"
   contents\)"
   :group 'org-export-html
-  :version "8.0"
+  :version "24.4"
   :package-version '(Org . "8.0")
   :type 'function)
 
@@ -638,7 +638,7 @@ TAGS      the tags (string or nil).
 
 The function result will be used in the section format string."
   :group 'org-export-html
-  :version "8.0"
+  :version "24.4"
   :package-version '(Org . "8.0")
   :type 'function)
 
@@ -668,7 +668,7 @@ The function must accept six parameters:
 
 The function should return the string to be exported."
   :group 'org-export-html
-  :version "8.0"
+  :version "24.4"
   :package-version '(Org . "8.0")
   :type 'function)
 

+ 3 - 3
lisp/ox-odt.el

@@ -746,7 +746,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")))
@@ -759,7 +759,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")))
@@ -933,7 +933,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)