From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: HTML export doesn't convert quote before footnote Date: Thu, 09 Jan 2014 10:13:32 +0800 Message-ID: <3388e888-389f-4963-843f-4c3508e59bd8@dewdrop-world.net> References: <2dca3d53-10f1-4ead-8106-eb5fe050a656@dewdrop-world.net> <87lhyqbi8r.fsf@gmail.com> <87d2k2bfak.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1588-0003Gl-IA for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 21:14:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W157z-0005Qi-HN for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 21:13:56 -0500 Received: from mail-pb0-x233.google.com ([2607:f8b0:400e:c01::233]:56408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W157z-0005Qb-9V for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 21:13:47 -0500 Received: by mail-pb0-f51.google.com with SMTP id up15so2378791pbc.10 for ; Wed, 08 Jan 2014 18:13:46 -0800 (PST) In-Reply-To: <87d2k2bfak.fsf@gmail.com> 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: orgmode On Thursday, January 9, 2014 12:37:39 AM HKT, Nicolas Goaziou wrote: >> On Jan 8, 2014 11:33 PM, "Nicolas Goaziou" wrote: >>> Smart quotes mechanism is based on regexps. There are unavoidable >>> ambiguous cases, like this one. >>=20 >> But the export is as expected in LaTeX, so... > > It isn't. Look at the LaTeX code produced. Ah, I see. LaTeX displays the closing curly quote I wanted if I have this=20 in the preamble. #+LATEX_HEADER: \usepackage[no-math]{fontspec} #+LATEX_HEADER: \setmainfont[Ligatures=3D{Common,TeX}]{CharisSIL} If I leave that out, then the appearance in the PDF matches the straight=20 closing quote that ox-latex generates. OK, I'll work around it on my side. hjh