emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Problem exporting code


From: Eric S Fraga
Subject: Re: [O] Problem exporting code
Date: Tue, 22 Jan 2013 10:13:44 +1030
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Ken Williams <address@hidden> writes:

> I believe I've figured it out.  I must have an old version of 'htmlize'
> installed somewhere, I 'edebug' traced through the code and fell through to
> this part:

Glad you sorted it!

> I couldn't manage to set up my load-path to load htmlize 'properly' (is
> htmlize not able to be loaded via 'load-path' and 'require'?), but after
> downloading htmlize 1.43 and adding the following to my .emacs, I seem to
> be in business again:
>
>     (load-file "~/share/emacs/site-lisp/htmlize/htmlize.el")
>
> Thanks everyone.

But htmlize.el (version 1.43 currently) is distributed within org in the
contrib directory.   It would be more straightforward to add

(add-to-list 'load-path "[PATH TO ORG]/contrib/lisp/")

to your configuration.

This does beg the question of whether components in the main org lisp
directory should depend on items in the contrib directory...  but I will
leave that for another day ;-)

-- 
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.3.50.1 and Org release_7.9.3d-837-ge37613




reply via email to

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