hniksic / emacs-htmlize

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

htmlize-face-to-fstruct: Symbol's function definition is void: alist-get #17

Closed ant-t closed 6 years ago

ant-t commented 6 years ago

The above error happens when I try to run org-html-export-to-html in org-mode in htmlize-20180317.1549.

There is not issue when I use version 1.51.

hniksic commented 6 years ago

Which Emacs version are you using?

ant-t commented 6 years ago

GNU Emacs 24.5.1

hniksic commented 6 years ago

Thanks for the report, I've now changed the code to use (cdr (assq ...)) instead of (alist-get ...).