|
@@ -874,7 +874,7 @@ link's path."
|
|
(defcustom org-html-htmlize-output-type 'inline-css
|
|
(defcustom org-html-htmlize-output-type 'inline-css
|
|
"Output type to be used by htmlize when formatting code snippets.
|
|
"Output type to be used by htmlize when formatting code snippets.
|
|
Choices are `css' to export the CSS selectors only,`inline-css'
|
|
Choices are `css' to export the CSS selectors only,`inline-css'
|
|
-to export the CSS attribute values inline in the HTML or `nil' to
|
|
|
|
|
|
+to export the CSS attribute values inline in the HTML or nil to
|
|
export plain text. We use as default `inline-css', in order to
|
|
export plain text. We use as default `inline-css', in order to
|
|
make the resulting HTML self-containing.
|
|
make the resulting HTML self-containing.
|
|
|
|
|