Hi Du,

Du Yanning <duyann...@gmail.com> writes:

> text-mode-hook and c-mode-hook do NOT have this bug.
> and the org-mode-hook of orgmode shipped within emacs 23.3 does NOT
> have this bug.

This is now fixed, thanks.

The problem was that Org relied on `face-remapping-alist' to 
remap the 'default face to the 'org-default face.  Relying on 
this mechanism produces the error you reported, because the 
text-scale-set doesn't interact well with remapped faces.

I'm now relying on `buffer-face-mode' which seems to be a 
cleaner approach.

Best,

-- 
 Bastien

Reply via email to