From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Quotes not being converted correctly for LaTeX export Date: Fri, 08 Mar 2013 19:27:25 +0100 Message-ID: <87d2v9zr02.fsf@bzg.ath.cx> References: <20130308172751.GI13199@kuru.dyndns-at-home.com> <87k3phn6do.fsf@gmail.com> <20130308174649.GJ13199@kuru.dyndns-at-home.com> <87fw05n5de.fsf@gmail.com> <20130308180240.GK13199@kuru.dyndns-at-home.com> <877glhn4h3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE211-0000U5-5m for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 13:27:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UE20u-0005dK-Ri for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 13:27:35 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:45040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE20u-0005dC-M5 for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 13:27:28 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so2880567wgb.35 for ; Fri, 08 Mar 2013 10:27:28 -0800 (PST) In-Reply-To: <877glhn4h3.fsf@gmail.com> (Jambunathan K.'s message of "Fri, 08 Mar 2013 23:44:48 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: Emacs Org mode There is still something wrong here: if french users use (setq org-export-smart-quotes-alist t) and do not use \usepackage[french]{babel}, the quotes will not be very smart, they will disappear. I suggest having an option for the babel package: when a string (equal org-latex-use-package-babel "french"), it will trigger the insertion of \usepackage[french]{babel} in the header. When an alist, it will trigger the insertion of \usepackage... depending on the current language. I think {babel} is common enough to deserve its own option, but maybe I'm overrating its use. Nicolas, what do you think? -- Bastien