From aac1c8b60d10a41fc268b5799bc2a1299972143f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 6 Feb 2012 15:08:05 +0100 Subject: [PATCH] org-e-latex: Fix a docstring * EXPERIMENTAL/org-e-latex.el (org-e-latex-classes): Fix a docstring. --- EXPERIMENTAL/org-e-latex.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/EXPERIMENTAL/org-e-latex.el b/EXPERIMENTAL/org-e-latex.el index f89b804d6..2e9da6614 100644 --- a/EXPERIMENTAL/org-e-latex.el +++ b/EXPERIMENTAL/org-e-latex.el @@ -183,9 +183,10 @@ will omit the default packages, and will include the then place \\usepackage commands based on the content of `org-export-latex-packages-alist'. -If your header or `org-export-latex-default-packages-alist' -inserts \"\\usepackage[AUTO]{inputenc}\", AUTO will automatically -be replaced with a coding system derived from +If your header, `org-export-latex-default-packages-alist' or +`org-export-latex-packages-alist' inserts +\"\\usepackage[AUTO]{inputenc}\", AUTO will automatically be +replaced with a coding system derived from `buffer-file-coding-system'. See also the variable `org-e-latex-inputenc-alist' for a way to influence this mechanism.