On Nov 17, 2008, at 9:46 AM, Paul R wrote:

Hi,

Carsten> Fixed, thanks. - Carsten

So you have a working version of htmlize for emacs 23 ? The one on
emacswiki is broken with emacs 23 AFAICT.

This works for me:

--- htmlize.el.orig     2008-10-20 18:59:21.000000000 +0200
+++ htmlize.el  2008-10-20 18:59:50.000000000 +0200
@@ -867,7 +867,7 @@
   (let ((size-list
         (loop
          for f = face then (face-attribute f :inherit)
-         until (eq f 'unspecified)
+         until (or (not f) (eq f 'unspecified))
          for h = (face-attribute f :height)
          collect (if (eq h 'unspecified) nil h))))
     (reduce 'htmlize-merge-size (cons nil size-list))))




_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to