From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Quotes not being converted correctly for LaTeX export Date: Fri, 8 Mar 2013 18:27:51 +0100 Message-ID: <20130308172751.GI13199@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE15R-0003cC-Tb for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 12:28:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UE15N-0007d7-2U for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 12:28:05 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:63894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UE15M-0007d1-Sd for emacs-orgmode@gnu.org; Fri, 08 Mar 2013 12:28:00 -0500 Received: by mail-wi0-f175.google.com with SMTP id l13so1519467wie.14 for ; Fri, 08 Mar 2013 09:28:00 -0800 (PST) Content-Disposition: inline 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: Emacs Org mode Hi, It seems double and single quotes are not being exported properly for LaTeX export. In a minimal Org instance, the following * Test "Orange box" 'Orange box' is exported as \section[Testing]{Testing} \label{sec-1} "Orange box" 'Orange box' whereas I would expect the following \section[Testing]{Testing} \label{sec-1} ``Orange box'' `Orange box' Hope this helps, -- Suvayu Open source is the future. It sets us free.