emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Paul R <paul.r.ml@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: (require 'htmlize) in org-exp should have NOERROR set
Date: Mon, 17 Nov 2008 09:52:43 +0100	[thread overview]
Message-ID: <F72F9048-F9C8-4FF5-86BE-8EFCCC6BC0E4@uva.nl> (raw)
In-Reply-To: <87tza6u4cz.fsf@gmail.com>


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	other threads:[~2008-11-17  8:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-17  0:25 (require 'htmlize) in org-exp should have NOERROR set Daniel Clemente
2008-11-17  4:54 ` Carsten Dominik
2008-11-17  8:46   ` Paul R
2008-11-17  8:52     ` Carsten Dominik [this message]
2008-11-17 10:06       ` Paul R

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F72F9048-F9C8-4FF5-86BE-8EFCCC6BC0E4@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=paul.r.ml@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).