Re: [O] HTML export doesn't convert quote before footnote

2014-01-10 Thread James Harkins
On Thursday, January 9, 2014 7:07:15 PM HKT, Nicolas Goaziou wrote: Hello, James Harkins writes: On Thursday, January 9, 2014 10:13:32 AM HKT, James Harkins wrote: ... That's because BACKEND is already a symbol, not a real back-end (i.e. a defstruct). Thus, you can use: (cdr (assq back

Re: [O] HTML export doesn't convert quote before footnote

2014-01-09 Thread Nicolas Goaziou
Hello, James Harkins writes: > On Thursday, January 9, 2014 10:13:32 AM HKT, James Harkins wrote: >> OK, I'll work around it on my side. > > Continuing... I've tried to write a filter for this, but I'm stuck on > choosing strings based on the backend name. > > (cdr (assoc >

Re: [O] HTML export doesn't convert quote before footnote

2014-01-08 Thread James Harkins
On Thursday, January 9, 2014 10:13:32 AM HKT, James Harkins wrote: OK, I'll work around it on my side. Continuing... I've tried to write a filter for this, but I'm stuck on choosing strings based on the backend name. (cdr (assoc (org-export-backend-name backend)

Re: [O] HTML export doesn't convert quote before footnote

2014-01-08 Thread James Harkins
On Thursday, January 9, 2014 12:37:39 AM HKT, Nicolas Goaziou wrote: On Jan 8, 2014 11:33 PM, "Nicolas Goaziou" wrote: Smart quotes mechanism is based on regexps. There are unavoidable ambiguous cases, like this one. But the export is as expected in LaTeX, so... It isn't. Look at the LaTeX

Re: [O] HTML export doesn't convert quote before footnote

2014-01-08 Thread Nicolas Goaziou
James Harkins writes: > On Jan 8, 2014 11:33 PM, "Nicolas Goaziou" wrote: >> Smart quotes mechanism is based on regexps. There are unavoidable >> ambiguous cases, like this one. > > But the export is as expected in LaTeX, so... It isn't. Look at the LaTeX code produced. Regards, -- Nicolas

Re: [O] HTML export doesn't convert quote before footnote

2014-01-08 Thread James Harkins
On Jan 8, 2014 11:33 PM, "Nicolas Goaziou" wrote: > Smart quotes mechanism is based on regexps. There are unavoidable > ambiguous cases, like this one. But the export is as expected in LaTeX, so... If the LaTeX backend can interpret the input properly, why not the html backend? hjh

Re: [O] HTML export doesn't convert quote before footnote

2014-01-08 Thread Nicolas Goaziou
Hello, James Harkins writes: > This appears to be an HTML export bug: A straight double-quote mark > before a footnote fails to convert into ” > > Minimal example: > > * Heading > Krusty the Klown opined, "Well, that's showbiz for ya."[fn:1] > * Footnotes > [fn:1] /The Simpsons/. > > Expected: >

Re: [O] HTML export doesn't convert quote before footnote

2014-01-07 Thread Nick Dokos
James Harkins writes: > This appears to be an HTML export bug: A straight double-quote mark > before a footnote fails to convert into ” > > Minimal example: > > * Heading > Krusty the Klown opined, "Well, that's showbiz for ya."[fn:1] > * Footnotes > [fn:1] /The Simpsons/. > > Expected: > > > Kr

[O] HTML export doesn't convert quote before footnote

2014-01-07 Thread James Harkins
This appears to be an HTML export bug: A straight double-quote mark before a footnote fails to convert into ” Minimal example: * Heading Krusty the Klown opined, "Well, that's showbiz for ya."[fn:1] * Footnotes [fn:1] /The Simpsons/. Expected: Krusty the Klown opined, “Well, that’s showbiz f