From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: LaTeX export, problem with quotes Date: Thu, 26 Dec 2013 12:45:15 +0100 Message-ID: <87y5377s50.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vw9N5-0000Rp-Tn for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 06:45:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vw9N0-0000gi-31 for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 06:44:59 -0500 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:61808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vw9Mz-0000gd-Rk for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 06:44:54 -0500 Received: by mail-we0-f181.google.com with SMTP id x55so7154938wes.40 for ; Thu, 26 Dec 2013 03:44:53 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Wed, 25 Dec 2013 07:29:35 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > I'm having a problem with exporting quotes. I have the #+OPTIONS ':t. > > This input in the Org mode file: > > "[l]ater walls ..." > > produces this in the tex file (open quote wrong, close quote OK): > "[l]ater walls ...'' > > I'm expecting this in the tex file: > ''[l]ater walls ...'' I fixed it in maint. Thank you for reporting it. Nevertheless, there will always be failing cases in smart quote detection (see `org-export-smart-quotes-regexps'). Regards, -- Nicolas Goaziou