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 */\ < _______________________________________________ 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