From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurens Van Houtven <_@lvh.io> Subject: Quotes for LaTeX export Date: Tue, 4 Feb 2014 21:44:18 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf301b64db7bef5404f19ab5fa Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <_@lvh.cc>) id 1WAmrP-0000Lv-71 for Emacs-orgmode@gnu.org; Tue, 04 Feb 2014 15:44:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <_@lvh.cc>) id 1WAmrH-0001Zx-TG for Emacs-orgmode@gnu.org; Tue, 04 Feb 2014 15:44:47 -0500 Received: from mail-yk0-f170.google.com ([209.85.160.170]:40316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <_@lvh.cc>) id 1WAmrH-0001Zt-PG for Emacs-orgmode@gnu.org; Tue, 04 Feb 2014 15:44:39 -0500 Received: by mail-yk0-f170.google.com with SMTP id 9so50406712ykp.1 for ; Tue, 04 Feb 2014 12:44:39 -0800 (PST) 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-orgmode@gnu.org --20cf301b64db7bef5404f19ab5fa Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm writing a book using org-mode. On export, org-mode turns double quotes like "hello" into ``hello''. Some modern LaTeXes no longer support that form, instead preferring semantic markup. (The reasoning being that the markup implies a particular quote style, whereas quotation style is language-dependent.) As a result, I get The preferred way to do that these days is, in the preamble: \usepackage{csquotes} ... and then later: \enquote{something} I think it would make sense to support this for org, and perhaps eventually make it default behavior. FWIW: I had no idea about this until it bit me when my LaTeX document suddenly had bogus quotes in it. If there is no interest to add this to org, how do I hack org so that this is what it does? hth lvh --20cf301b64db7bef5404f19ab5fa Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,


I'm= writing a book using org-mode. On export, org-mode turns double quotes lik= e "hello" into ``hello''. Some modern LaTeXes no longer s= upport that form, instead preferring semantic markup. (The reasoning being = that the markup implies a particular quote style, whereas quotation style i= s language-dependent.)

As a result, I get

The preferred wa= y to do that these days is, in the preamble:

\usepackage{csquo= tes}

... and then later:

\enquote{something}

I think it would make sense to support this for org, and perhaps= eventually make it default behavior. FWIW: I had no idea about this until = it bit me when my LaTeX document suddenly had bogus quotes in it.

If there is no interest to add this to org, how do I hack org so= that this is what it does?

hth
lvh
--20cf301b64db7bef5404f19ab5fa--