Maintenance: Remove double definition of `org-export-with-special-strings'.

This commit is contained in:
Carsten Dominik 2009-01-29 14:43:31 +01:00
parent 11fa49dd21
commit 7e4cbe36a1
1 changed files with 0 additions and 14 deletions

View File

@ -384,20 +384,6 @@ This option can also be set with the +OPTIONS line, e.g. \"^:nil\"."
(const :tag "Only with braces" {})
(const :tag "Never interpret" nil)))
(defcustom org-export-with-special-strings t
"Non-nil means, interpret \"\-\", \"--\" and \"---\" for export.
When this option is turned on, these strings will be exported as:
\\- : ­
-- : –
--- : —
Not all export backends support this, but HTML does.
This option can also be set with the +OPTIONS line, e.g. \"-:nil\"."
:group 'org-export-translation
:type 'boolean)
(defcustom org-export-with-TeX-macros t
"Non-nil means, interpret simple TeX-like macros when exporting.
For example, HTML export converts \\alpha to α and \\AA to Å.