emacs-htmlize
emacs-htmlize copied to clipboard
Convert buffer text and decorations to HTML.
Some themes may be defined such that `'unspecified` is the car of head resulting to `(face-attribute 'unspecified :inherit)` to be evaluated at https://github.com/hniksic/emacs-htmlize/blob/dd27bc3f26efd728f2b1f01f9e4ac4f61f2ffbf9/htmlize.el#L1036 which raises the error "Invalid face: unspecified"...
This comparison shows emacs 29 (current git) with ediff that uses `ediff-odd-diff-A` face which defaults to: ``` Face: ediff-odd-diff-A (sample) (customize this face) Documentation: Face for highlighting odd-numbered non-current differences...
Please consider upgrading the license to GPLv3. Reasons why: https://lists.gnu.org/archive/html/emacs-devel/2017-07/msg01069.html https://www.gnu.org/licenses/rms-why-gplv3.html The main file of this project says: ``` ;; This program is free software; you can redistribute it and/or...
If I run `htmlize-{buffer,file}` on any of my files, the result has no syntax highlighting. Additionally, if I turn on `debug-on-error` I find the following Debugger entered--Lisp error: (wrong-type-argument stringp...
Hey, this is just to let you know that htmlize was added to the [NonGNU ELPA](https://elpa.nongnu.org/) package repository: https://elpa.nongnu.org/nongnu/htmlize.html This shouldn't affect packaging, the main difference is that while MELPA...
This was noticed by a user (sulami/literate-calc-mode.el#17). I have not done any extensive research, but I can provide a traceback & a minimal example. ```org #+begin_src literate-calc Pi = 3.14159...
:height can be a function instead of an explicit number, which I rely on in my theme (eg. https://github.com/kunalb/poet/blob/master/poet-theme.el#L207). With this change the function is applied on the previous size...
I noticed when exporting org-mode buffers to html that some characters got rendered in an undesired way: - Variables and Numbers in Python blocks: [This issue](https://stackoverflow.com/questions/16457159/how-to-disable-background-attribution-in-htmlize-el-when-exporting-html) on StackOverflow has a...
Line Numbers are not displayed: 
Code blocks for Markdown file are rendered "incorrectly" : 