emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: (require 'htmlize) in org-exp should have NOERROR set


From: Carsten Dominik
Subject: [Orgmode] Re: (require 'htmlize) in org-exp should have NOERROR set
Date: Mon, 17 Nov 2008 09:52:43 +0100


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))))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]