Kunal Bhalla
Kunal Bhalla
Note to self: I need to figure out a way to derive all heights from 'default but also allow poet to modify it temporarily while it is active. Broken code...
Could you include a screenshot, I'm not sure I understand the problem correctly. Thanks for the report!
Disabling variable pitch should make everything fixed-pitch and flat. For setting heights to be fixed, customizing `poet-theme-variable-headers` to nil should make everything equally sized/disable the different heights, but I'm not...
The quickest one would be to make links fixed-pitch everywhere by customizing the face; I don't have a clean solution for just tables at the moment.
Oh, sorry I didn't understand -- this should do it (after loading the theme). ``` (set-face-attribute 'org-target nil :inherit 'fixed-pitch) (set-face-attribute 'org-link nil :foreground "#0000ff" :inherit 'fixed-pitch) ```
Thanks for the report! I'll take a look soon.
I haven't had much luck reproducing this error, does it reproduce if you only have poet installed without anything else?
Does `emacs -Q --daemon --eval "(load-theme 'poet)"` with poet in .emacs.d also fail? Or is this something that only happens through use-package? I can always force-fix this by making sure...
Thanks for the report! I've noticed that one – and dug into it a little a few days ago – and it's an htmlize bug unfortunately; it can't handle dynamic...
Nothing yet or planned at the moment – we could consider prioritizing it based on interest.