From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Oddie Subject: Re: Bug: Exporting smart single quotes in Org 8.3 seems broken [8.3.2 (8.3.2-elpa @ /Users/jonathan/.emacs.d/elpa/org-20150929/)] Date: Fri, 2 Oct 2015 10:32:10 -0700 Message-ID: References: <2E01BDFD-3AA8-4057-AAEC-2A642755D0D2@gmail.com> <87pp0xcjod.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi4Bu-00075Y-JT for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 13:32:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zi4Bp-0004MZ-Jw for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 13:32:18 -0400 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:33287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi4Bp-0004MV-FN for emacs-orgmode@gnu.org; Fri, 02 Oct 2015 13:32:13 -0400 Received: by pacex6 with SMTP id ex6so112077700pac.0 for ; Fri, 02 Oct 2015 10:32:13 -0700 (PDT) Received: from [192.168.0.7] (71-35-100-207.tukw.qwest.net. [71.35.100.207]) by smtp.gmail.com with ESMTPSA id ct2sm13020719pbc.34.2015.10.02.10.32.11 for (version=TLS1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 02 Oct 2015 10:32:11 -0700 (PDT) In-Reply-To: <87pp0xcjod.fsf@nicolasgoaziou.fr> 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 Cc: emacs-orgmode@gnu.org Hello Nicolas, > The smart quotes algorithm changed. Now "..." are always level 1 quotes, > and '...' and always level 2. IOW, '...' are not treated as smart quotes > if they are not located within "...". > > Note that for a given language, "..." can still be treated as single > quotes and '...' as double quotes. Thank you for the explanation. Just to make sure I understand: it sounds like '...' and "..." should be thought of as markup, with "..." always used for outer quotes and '...' for inner quotes in org-mode source files. However, I could customize `org-export-smart-quotes-alist' to export outer quotes using single quote marks and inner quotes using double quote marks. Is that about right? Thanks, Jonathan