summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-11-13 07:27:10 +0100
committerBastien Guerry <bzg@altern.org>2013-11-13 07:27:10 +0100
commitd2ba43c4965820a391370ae8c1141f2f5a369667 (patch)
tree184716e89841b7effbad9e0e5c49999394e34e98
parent4d7293e2d0ce604ba42027734debbe4a2dd3875a (diff)
downloadorg-mode-d2ba43c4965820a391370ae8c1141f2f5a369667.tar.gz
ox-html.el: Add version and package-version to some options
* ox-html.el (org-html-format-drawer-function) (org-html-format-headline-function) (org-html-format-inlinetask-function) (org-html-creator-string): Add version and package-version. Thanks to Jambunathan for reporting problems in this area.
-rw-r--r--lisp/ox-html.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index ad55974..f013293 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -583,6 +583,8 @@ in order to mimic default behaviour:
\"Format a drawer element for HTML export.\"
contents\)"
:group 'org-export-html
+ :version "8.0"
+ :package-version '(Org . "8.0")
:type 'function)
;;;; Footnotes
@@ -636,6 +638,8 @@ TAGS the tags (string or nil).
The function result will be used in the section format string."
:group 'org-export-html
+ :version "8.0"
+ :package-version '(Org . "8.0")
:type 'function)
;;;; HTML-specific
@@ -664,6 +668,8 @@ The function must accept six parameters:
The function should return the string to be exported."
:group 'org-export-html
+ :version "8.0"
+ :package-version '(Org . "8.0")
:type 'function)
;;;; LaTeX
@@ -1121,6 +1127,8 @@ like that: \"%%\"."
"Information about the creator of the HTML document.
This option can also be set on with the CREATOR keyword."
:group 'org-export-html
+ :version "24.4"
+ :package-version '(Org . "8.0")
:type '(string :tag "Creator string"))
;;;; Template :: Preamble