* Re: Problem with markups
2010-02-16 4:37 Problem with markups Chao Lu
@ 2010-02-16 4:53 ` Carsten Dominik
2010-02-16 4:54 ` Chao Lu
2010-02-16 5:08 ` Xiao-Yong Jin
2 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2010-02-16 4:53 UTC (permalink / raw)
To: Chao Lu; +Cc: emacs-orgmode
On Feb 16, 2010, at 5:37 AM, Chao Lu wrote:
> Dear all,
>
> I just tried to use the markup like *bold* to highlight some text,
> and it work well for English just like the manual tells. However,
> when I try the same stuff on Chinese like, *高亮*, nothing
> happened, the star lost its function and was recognized literally.
> Is this a bug or is there anyway to use *bold* like markups for
> other languages?
Hi Chao,
this works just fine for me, the Chinese characters are in bold all
right.
Best wishes
- Carsten
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem with markups
2010-02-16 4:37 Problem with markups Chao Lu
2010-02-16 4:53 ` Carsten Dominik
@ 2010-02-16 4:54 ` Chao Lu
2010-02-16 5:08 ` Xiao-Yong Jin
2 siblings, 0 replies; 4+ messages in thread
From: Chao Lu @ 2010-02-16 4:54 UTC (permalink / raw)
To: emacs-orgmode; +Cc: Carsten Dominik
[-- Attachment #1.1: Type: text/plain, Size: 686 bytes --]
Dear all,
Sorry to my spam, there's nothing wrong with Chinese, just found in order to
have bold, there has to be some whitespace before the star. Please forget my
previous email. Sorry.
Chao
On Mon, Feb 15, 2010 at 11:37 PM, Chao Lu <loochao@gmail.com> wrote:
> Dear all,
>
> I just tried to use the markup like **bold** to highlight some text, and
> it work well for English just like the manual tells. However, when I try the
> same stuff on Chinese like, *高亮*, nothing happened, the star lost its
> function and was recognized literally. Is this a bug or is there anyway to
> use **bold** like markups for other languages?
>
> All the best,
>
> Chao
>
[-- Attachment #1.2: Type: text/html, Size: 991 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem with markups
2010-02-16 4:37 Problem with markups Chao Lu
2010-02-16 4:53 ` Carsten Dominik
2010-02-16 4:54 ` Chao Lu
@ 2010-02-16 5:08 ` Xiao-Yong Jin
2 siblings, 0 replies; 4+ messages in thread
From: Xiao-Yong Jin @ 2010-02-16 5:08 UTC (permalink / raw)
To: emacs-orgmode
On Mon, 15 Feb 2010 23:37:06 -0500, Chao Lu wrote:
> Dear all,
> I just tried to use the markup like *bold* to highlight some text, and it work
> well for English just like the manual tells. However, when I try the same
> stuff on Chinese like, *高亮*, nothing happened, the star lost its function
> and was recognized literally. Is this a bug or is there anyway to use *bold*
> like markups for other languages?
I am pretty sure it is not a bug related to org-mode. You
are not seeing *高亮* in bold font is related to your emacs
font setup. It is controlled by the text properties with
the face set to bold. As a matter of fact, I can see
Chinese text in bold but not in italic shape, that is
because I don't have Chinese fonts in italic shapes (but,
who needs that?).
The following is in my ~/.Xresources to setup fonts for
emacs,
Emacs.Font: fontset-jxy
Emacs.Fontset-0: -*-envy code r-medium-r-normal--12-*-*-*-*-*-fontset-jxy, \
han: -*-microsoft yahei-medium-r-normal--*-*-*-*-*-*-*-*, \
cjk-misc: -*-microsoft yahei-medium-r-normal--*-*-*-*-*-*-*-*, \
hangul: -*-dotumche-medium-r-normal--*-*-*-*-*-*-*-*, \
kana: -*-ms gothic-medium-r-normal--*-*-*-*-*-*-*-*, \
symbol: -*-nsimsun-medium-r-normal--*-*-*-*-*-*-*-*, \
cyrillic: -*-dejavu sans mono-medium-r-normal--10-*-*-*-*-*-*-*
--
J c/* __o/*
X <\ * (__
Y */\ <
^ permalink raw reply [flat|nested] 4+ messages in thread