From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Secondary smart quotes are exported as apostrophes. [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/coleman/.emacs.d/elpa/org-9.1.14/)] Date: Thu, 03 Jan 2019 12:21:39 +0100 Message-ID: <87lg42ugu4.fsf@nicolasgoaziou.fr> References: <87imz8z8h9.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gf14Q-0000i2-20 for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 06:21:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gf14K-0003CC-AM for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 06:21:49 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:37653) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gf14K-0003Au-3m for emacs-orgmode@gnu.org; Thu, 03 Jan 2019 06:21:44 -0500 In-Reply-To: (Coleman Gariety's message of "Wed, 2 Jan 2019 13:51:12 -0800") 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" To: Coleman Gariety Cc: emacs-orgmode@gnu.org Hello, Coleman Gariety writes: > Also, it occurs to me that one can make use of single quotation marks as > primary quotes when mentioning a word without using it. Moreover, when > italics and double quotation marks are also present, the use of single > quotations as primary is necessary. > > For example: > > 'GNU' is an acronym for the phrase "GNU's Not Unix!" but GNU is an > operating system and *not* an acronym. When you need that level of precision, smart quotes are not for you. "Smart" quotes are a dumb way to automate some basic typographic rules. Clearly, this is not what you are after. You can use entities directly to obtain the desired result, e.g. \rsquo, \lsquo... > Is it feasible to add an option to treat single quotation marks as primary > pairs on export? I think you are mixing up the level of quotation and the glyph used. You can export "..." as single quotes by setting `org-export-smart-quotes-alist' accordingly. Regards, -- Nicolas Goaziou