hniksic / emacs-htmlize

Convert buffer text and decorations to HTML.
192 stars 45 forks source link

wrong theme colors when emacs as daemon #43

Open nonfreegithub opened 1 year ago

nonfreegithub commented 1 year ago

Run emacs as emacs --daemon and emacsclient -c choose a theme (example modus-vivendi) then htmlize a buffer

it was htmlized with modus-vivendi theme colors

now close the emacsclient window C-x C-c then htmlize a buffer without any emacsclient window running (use functions running in emacs daemon)

now it was htmlized without theme colors

it is a problem if you're running emacs as a server