From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Quotes not being converted correctly for LaTeX export Date: Tue, 16 Apr 2013 11:45:36 +0200 Message-ID: <87d2tuolkv.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> <87d2v9zr02.fsf@bzg.ath.cx> <877glh1szy.fsf@gmail.com> <20130308222116.GB27071@kuru.dyndns-at-home.com> <87txolzf1e.fsf@gmail.com> <87wqtg29pn.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2SQ-0001Fu-9e for emacs-orgmode@gnu.org; Tue, 16 Apr 2013 05:45:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US2SM-0001Op-Hx for emacs-orgmode@gnu.org; Tue, 16 Apr 2013 05:45:44 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:60039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2SM-0001OT-Cq for emacs-orgmode@gnu.org; Tue, 16 Apr 2013 05:45:42 -0400 Received: by mail-wg0-f52.google.com with SMTP id n12so260681wgh.19 for ; Tue, 16 Apr 2013 02:45:41 -0700 (PDT) In-Reply-To: <87wqtg29pn.fsf@bzg.ath.cx> (Bastien's message of "Sat, 09 Mar 2013 10:39:32 +0100") 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas, Bastien writes: >> It makes sense indeed. latex back-end will use, by default, smart >> quotes. > > We should turn this on by default unless we have a mechanism to fix > the LaTeX headers, if needed. > > The default behavior now is wrong: for example, if I use quotes in > a document with #+LANGUAGE: fr but no LaTeX Babel in the header, > then the \og ... \fg{} will not be processed correctly and the > quotes won't be displayed. I fixed this: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=320b63 -- Bastien