|
@@ -617,8 +617,14 @@ during latex export it will output
|
|
|
;;;; Plain text
|
|
|
|
|
|
(defcustom org-e-latex-quotes
|
|
|
- '(("fr" ("\\(\\s-\\|[[(]\\)\"" . "«~") ("\\(\\S-\\)\"" . "~»") ("\\(\\s-\\|(\\)'" . "'"))
|
|
|
- ("en" ("\\(\\s-\\|[[(]\\)\"" . "``") ("\\(\\S-\\)\"" . "''") ("\\(\\s-\\|(\\)'" . "`")))
|
|
|
+ '(("fr"
|
|
|
+ ("\\(\\s-\\|[[(]\\|^\\)\"" . "«~")
|
|
|
+ ("\\(\\S-\\)\"" . "~»")
|
|
|
+ ("\\(\\s-\\|(\\|^\\)'" . "'"))
|
|
|
+ ("en"
|
|
|
+ ("\\(\\s-\\|[[(]\\|^\\)\"" . "``")
|
|
|
+ ("\\(\\S-\\)\"" . "''")
|
|
|
+ ("\\(\\s-\\|(\\|^\\)'" . "`")))
|
|
|
"Alist for quotes to use when converting english double-quotes.
|
|
|
|
|
|
The CAR of each item in this alist is the language code.
|