summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-01-29 14:43:31 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-01-29 14:43:31 +0100
commit7e4cbe36a1821286710a7d3376126cedb81251a2 (patch)
tree105cf14baadbac90b501ffc44f5d7ed0b9bab83f
parent11fa49dd212855bac54303c914d3bfbdffa657d6 (diff)
downloadorg-mode-7e4cbe36a1821286710a7d3376126cedb81251a2.tar.gz
Maintenance: Remove double definition of `org-export-with-special-strings'.
-rw-r--r--lisp/org-exp.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 69c3d7f..990081d 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -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:
-
-\\- : &shy;
--- : &ndash;
---- : &mdash;
-
-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 &alpha; and \\AA to &Aring;.