Browse Source

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

Carsten Dominik 16 years ago
parent
commit
7e4cbe36a1
1 changed files with 0 additions and 14 deletions
  1. 0 14
      lisp/org-exp.el

+ 0 - 14
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:
-
-\\-  : ­
---  : –
---- :  —
-
-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 Å.