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
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
>
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)
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
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
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
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:
>
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
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