Nicolas,

Thank you for your response.

> When you need that level of precision, smart quotes are not for you.

I agree. However, in specialized fields (linguistics and philosophy, for
example), single quotation marks are commonly used to refer to technical
terms or specialized uses of words
<https://english.stackexchange.com/questions/31420/when-should-single-quotes-be-used#answer-31444>:
"Single
quotes are easier on the eyes when reading material that uses quotes
frequently, which is why academic publishers adopted this format for works
in these areas."

> You can use entities directly to obtain the desired result, e.g. \rsquo,
\lsquo...

I think that this is rather tedious. Do you agree? If so, it seems
reasonable to me that there should be some option to export text such as...

'foo'


...in the form of...

 &lsquo;foo&rsquo;


It occurs to me that an academic who works in the field of linguistics or
philosophy should be able to properly export his or her writing without
using cryptic glyphs ("...") or commenting out line `5545` of `ox.el`. Do
you agree?

Thank you for your time and your consideration.
Coleman

On Thu, Jan 3, 2019 at 3:21 AM Nicolas Goaziou <m...@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Coleman Gariety <garie...@reed.edu> 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
>

Reply via email to