|
@@ -584,6 +584,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
|
|
@@ -637,6 +639,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
|
|
@@ -665,6 +669,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
|
|
@@ -1122,6 +1128,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
|