From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Problem exporting code Date: Tue, 22 Jan 2013 10:13:44 +1030 Message-ID: <87txqanlu7.fsf@ucl.ac.uk> References: <87libnmdjx.fsf@ucl.ac.uk> <87pq0zkmrt.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxR16-0005SS-7y for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 18:43:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxR12-0000wt-9X for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 18:43:04 -0500 Received: from db3ehsobe004.messaging.microsoft.com ([213.199.154.142]:28784 helo=db3outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxR12-0000wS-1D for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 18:43:00 -0500 In-Reply-To: (Ken Williams's message of "Mon, 21 Jan 2013 09:58:21 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ken Williams Cc: emacs-orgmode@gnu.org Ken Williams 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