Browse Source

org.texi: Document smart quotes behavior

* doc/org.texi (Export settings): Explain smart quotes behavior.
Nicolas Goaziou 8 years ago
parent
commit
8f39d832df
1 changed files with 4 additions and 1 deletions
  1. 4 1
      doc/org.texi

+ 4 - 1
doc/org.texi

@@ -10485,7 +10485,10 @@ recognizes the following arguments:
 @table @code
 @item ':
 @vindex org-export-with-smart-quotes
-Toggle smart quotes (@code{org-export-with-smart-quotes}).
+Toggle smart quotes (@code{org-export-with-smart-quotes}).  When activated,
+pairs of double quotes become primary quotes according to the language used.
+Inside, pairs of single quotes become secondary quotes.  Other single quotes
+are treated as apostrophes.
 
 @item *:
 Toggle emphasized text (@code{org-export-with-emphasize}).