1

现在我正在使用 emacs 24.2.1, orgmode 8.0.2, htmlize.el 1.47

使用源代码导出 html 时。比如python。该变量始终带有背景属性。人物的亮点已经足够了。背景真的很烦人。

有趣的是,这个问题只有当它是 python 块时才会出现。详情如下:

具有背景属性的python变量

有人可以帮帮我吗?

谢谢

4

1 回答 1

0

omg, at last using the command M-x htmlize-buffer, i found it may be due to the variable py-number-face and py-variable-name-face. then I just set them to nil at .emacs file.

于 2013-05-11T01:55:44.203 回答