Add :version to org-html.el options.

This commit is contained in:
Bastien Guerry 2012-04-03 13:17:00 +02:00
parent 1755b53625
commit b0c26bd967
1 changed files with 9 additions and 0 deletions

View File

@ -64,6 +64,7 @@ by the footnotes themselves."
(defcustom org-export-html-footnote-separator "<sup>, </sup>" (defcustom org-export-html-footnote-separator "<sup>, </sup>"
"Text used to separate footnotes." "Text used to separate footnotes."
:group 'org-export-html :group 'org-export-html
:version "24.1"
:type 'string) :type 'string)
(defcustom org-export-html-coding-system nil (defcustom org-export-html-coding-system nil
@ -252,6 +253,7 @@ You can also customize this for each buffer, using something like
#+MATHJAX: scale:\"133\" align:\"right\" mathml:t path:\"/MathJax/\"" #+MATHJAX: scale:\"133\" align:\"right\" mathml:t path:\"/MathJax/\""
:group 'org-export-html :group 'org-export-html
:version "24.1"
:type '(list :greedy t :type '(list :greedy t
(list :tag "path (the path from where to load MathJax.js)" (list :tag "path (the path from where to load MathJax.js)"
(const :format " " path) (string)) (const :format " " path) (string))
@ -335,6 +337,7 @@ You can also customize this for each buffer, using something like
</script>" </script>"
"The MathJax setup for XHTML files." "The MathJax setup for XHTML files."
:group 'org-export-html :group 'org-export-html
:version "24.1"
:type 'string) :type 'string)
(defcustom org-export-html-tag-class-prefix "" (defcustom org-export-html-tag-class-prefix ""
@ -361,6 +364,7 @@ It requires to %s: both will be replaced by the anchor referring
to the headline (e.g. \"sec-2\"). When set to `nil', don't insert to the headline (e.g. \"sec-2\"). When set to `nil', don't insert
HTML anchors in headlines." HTML anchors in headlines."
:group 'org-export-html :group 'org-export-html
:version "24.1"
:type 'string) :type 'string)
(defcustom org-export-html-preamble t (defcustom org-export-html-preamble t
@ -392,6 +396,7 @@ precedence over this variable."
If you need to use a \"%\" character, you need to escape it If you need to use a \"%\" character, you need to escape it
like that: \"%%\"." like that: \"%%\"."
:group 'org-export-html :group 'org-export-html
:version "24.1"
:type 'string) :type 'string)
(defcustom org-export-html-postamble 'auto (defcustom org-export-html-postamble 'auto
@ -432,6 +437,7 @@ precedence over this variable."
If you need to use a \"%\" character, you need to escape it If you need to use a \"%\" character, you need to escape it
like that: \"%%\"." like that: \"%%\"."
:group 'org-export-html :group 'org-export-html
:version "24.1"
:type 'string) :type 'string)
(defcustom org-export-html-home/up-format (defcustom org-export-html-home/up-format
@ -548,6 +554,7 @@ When nil, alignment will only be specified in the column tags, but this
is ignored by some browsers (like Firefox, Safari). Opera does it right is ignored by some browsers (like Firefox, Safari). Opera does it right
though." though."
:group 'org-export-tables :group 'org-export-tables
:version "24.1"
:type 'boolean) :type 'boolean)
(defcustom org-export-html-table-use-header-tags-for-first-column nil (defcustom org-export-html-table-use-header-tags-for-first-column nil
@ -578,6 +585,7 @@ When nil, also column one will use data tags."
(">" . "&gt;")) (">" . "&gt;"))
"Alist of characters to be converted by `org-html-protect'." "Alist of characters to be converted by `org-html-protect'."
:group 'org-export-html :group 'org-export-html
:version "24.1"
:type '(repeat (cons (string :tag "Character") :type '(repeat (cons (string :tag "Character")
(string :tag "HTML equivalent")))) (string :tag "HTML equivalent"))))
@ -639,6 +647,7 @@ This is a list of three strings, the first one for the preamble
DIV, the second one for the content DIV and the third one for the DIV, the second one for the content DIV and the third one for the
postamble DIV." postamble DIV."
:group 'org-export-html :group 'org-export-html
:version "24.1"
:type '(list :type '(list
(string :tag " Div for the preamble:") (string :tag " Div for the preamble:")
(string :tag " Div for the content:") (string :tag " Div for the content:")