kuanyui / moe-theme.el

A customizable colorful eye-candy theme for Emacser. Moe, moe, kyun!
GNU General Public License v3.0
752 stars 60 forks source link

Table render bug #69

Closed ghost closed 8 years ago

ghost commented 8 years ago

If I use code style in a table, it will look like this. The background after the code style is rendered to be the same as the background outside the table.

screenshot from 2015-11-16 18-32-28

kuanyui commented 8 years ago

Yes, I know this issue, but it should be a problem of Org-mode, not theme.

kuanyui commented 8 years ago

If you're willing to, maybe send a ticket to Org-mode's mailling list.

kuanyui commented 8 years ago

Btw, may I know how do you make the = or ~ invisible like that?

ghost commented 8 years ago

@kuanyui Thanks! I've already opened an issue in org-mode repository. This is not a big problem though it is a little annoying to have that inconsistent background.

As for your question, try (setq org-hide-emphasis-markers t).

kuanyui commented 8 years ago

Thank you! I love this setting!