Re: [O] 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/)]

2015-10-02 Thread Jonathan Oddie
Hello Nicolas, Thanks for your response. >> 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? > > Correct. However, `org-export-smart-quotes-alist' aims to be > t

Re: [O] 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/)]

2015-10-02 Thread Jonathan Oddie
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 '...'

[O] 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/)]

2015-10-02 Thread Jonathan Oddie
Hello Org folks, (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 t