emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Jonathan Oddie <j.j.oddie@gmail.com>
Cc: emacs-orgmode@gnu.org
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, 02 Oct 2015 18:35:46 +0200	[thread overview]
Message-ID: <87pp0xcjod.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <2E01BDFD-3AA8-4057-AAEC-2A642755D0D2@gmail.com> (Jonathan Oddie's message of "Thu, 1 Oct 2015 15:45:38 -0700")

Hello,

Jonathan Oddie <j.j.oddie@gmail.com> writes:

> (This is a duplicate of a Stackexchange question posted at 
> http://emacs.stackexchange.com/questions/17061/is-exporting-of-smart-single-quotes-broken-in-org-8-3)
>
> I cannot seem get single quotes to export as 'smart' quotes under Org
> 8.3.2.  Here is a minimal file that reproduces the problem:
>
>     #+OPTIONS: ':t
>     #+LANGUAGE: en
>
>     This is 'within single quotes'.  This is "within double quotes".
>
> Expected behavior: from "emacs -Q", under which "M-x org-version"
> reports 8.2.10, the output when exporting to UTF-8 plaintext is:
>
>     This is ‘within single quotes’. This is “within double quotes”
>
> and the output when exporting to LaTeX is:
>
>     This is `within single quotes'.  This is ``within double quotes''.
>
> If I load the most recent version of org-mode (starting from "emacs -Q",
> typing "M-x package-initialize RET", and "M-x load-library RET org
> RET"), "org-version" reports 8.3.2, and the output no longer correctly
> translates single quotes.  In UTF-8 text, the result is:
>
>     This is ’within single quotes’. This is “within double quotes”.
>
> In LaTeX, the result is:
>
>     This is 'within single quotes'.  This is ``within double quotes''.
>
> Thanks in advance for any advice,

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.


Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2015-10-02 16:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-01 22:45 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/)] Jonathan Oddie
2015-10-02 16:35 ` Nicolas Goaziou [this message]
2015-10-02 17:32   ` Jonathan Oddie
2015-10-02 18:53     ` Nicolas Goaziou
2015-10-02 19:36       ` Jonathan Oddie
2015-10-02 20:13         ` Rasmus
2015-10-02 21:55           ` Nicolas Goaziou
2015-10-02 22:24             ` Rasmus
2015-10-03  7:30               ` Nicolas Goaziou
2015-12-06 13:55                 ` lipidic man
2015-12-06 15:28                   ` Rasmus
2015-12-06 17:45                     ` Nicolas Goaziou
2015-12-06 18:21                     ` lipidic man
2016-09-15  6:59                 ` Suvayu Ali
2016-09-15 13:29                   ` Nicolas Goaziou
2016-09-16  7:08                     ` Suvayu Ali
2016-09-16 16:40                       ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pp0xcjod.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=j.j.oddie@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).