emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] BUG: org tag can align proper when tag is Chinese.


From: tumashu
Subject: Re: [O] BUG: org tag can align proper when tag is Chinese.
Date: Mon, 7 May 2018 21:58:00 +0800 (CST)










At 2018-05-07 21:22:34, "Nicolas Goaziou" <address@hidden> wrote:
>Hello,
>
>tumashu <address@hidden> writes:
>
>> 1.  [:alnum:] can not match Chinese char,  what about add [:multibyte:] ?
>
>What about :
>
>  [:alnum:] + [:multibyte:] -> [:word:]



 I found [:alnum:] can match Chinese 

     (string-match-p "[[:alnum:]]" "@@@你好")  => 3

But using [:word:] may better, in my opinion.

the real problem is that my org-head face's height is not 1.0,

Sorry ....


>Could you test this change?
>
>Regards,
>
>-- 
>Nicolas Goaziou

reply via email to

[Prev in Thread] Current Thread [Next in Thread]