[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Re: unicode chars in org-emphasis-regexp-components
From: |
Eric Abrahamsen |
Subject: |
Re: [O] Re: unicode chars in org-emphasis-regexp-components |
Date: |
Wed, 02 Mar 2011 16:02:56 +0800 |
User-agent: |
Gnus/5.110014 (No Gnus v0.14) Emacs/23.2 (gnu/linux) |
On Wed, Mar 02 2011, Bastien wrote:
> Hi Eric,
>
> Eric Abrahamsen <address@hidden> writes:
>
>> Okay, I was getting confused by the escaped double quotes. I've set it
>> properly, so far as I can tell, but it's still failing to recognize
>> emphasis markers when they're next to my unicode characters,
>> specifically—the m-dash and ellipsis…
>>
>> Is this somehow debuggable, say in an elisp REPL using internal
>> functions? Can I provide any more useful information?
>
> Yes - you may share the new value of org-emphasis-regexp-components
> (with unicode characters) so that we can try ourselves. Should be a
> matter of using the right representation of these chars when setting
> the variable.
I just realized that many LaTeX-style macros will export correctly as
HTML entities, so in a sense this isn't strictly necessary. If "---"
turns into an m-dash in both HTML and LaTeX then the problem is more or
less solved, though on principle I'd definitely prefer that unicode work
correctly. Also, there doesn't seem to be a working macro for curly
quotes to HTML…
Thanks again,
Eric