<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Basic Emacs Muse Configuration</title>
	<atom:link href="http://curiousprogrammer.wordpress.com/2009/07/10/basic-emacsmuse-config/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiousprogrammer.wordpress.com/2009/07/10/basic-emacsmuse-config/</link>
	<description>Leveraging Perl and Emacs</description>
	<lastBuildDate>Tue, 07 May 2013 11:25:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Abdullah</title>
		<link>http://curiousprogrammer.wordpress.com/2009/07/10/basic-emacsmuse-config/#comment-7750</link>
		<dc:creator><![CDATA[Abdullah]]></dc:creator>
		<pubDate>Wed, 15 Jul 2009 09:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=704#comment-7750</guid>
		<description><![CDATA[Hi,
    Thanks for the help. It works now. I did not download that particular file as I am using emacs22 and I thought that htmlize.el should be downloaded only if you are using emcas23 .]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
    Thanks for the help. It works now. I did not download that particular file as I am using emacs22 and I thought that htmlize.el should be downloaded only if you are using emcas23 .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2009/07/10/basic-emacsmuse-config/#comment-7747</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Tue, 14 Jul 2009 06:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=704#comment-7747</guid>
		<description><![CDATA[Hi Abdullah,

htmlize.el is not included with the muse distribution.  Did you download it (from &lt;a href=&quot;http://www.emacswiki.org/emacs/download/htmlize.el&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;) and put it in your .../third-party directory?  You also may need to add (add-to-list ‘load-path *elisp-3rd*) to your .emacs.]]></description>
		<content:encoded><![CDATA[<p>Hi Abdullah,</p>
<p>htmlize.el is not included with the muse distribution.  Did you download it (from <a href="http://www.emacswiki.org/emacs/download/htmlize.el" rel="nofollow">here</a>) and put it in your &#8230;/third-party directory?  You also may need to add (add-to-list ‘load-path *elisp-3rd*) to your .emacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdullah</title>
		<link>http://curiousprogrammer.wordpress.com/2009/07/10/basic-emacsmuse-config/#comment-7746</link>
		<dc:creator><![CDATA[Abdullah]]></dc:creator>
		<pubDate>Tue, 14 Jul 2009 06:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=704#comment-7746</guid>
		<description><![CDATA[If i comment the line (require htmlize) everything else loads fine. I tried M-x muse-mode and it changed to that mode. So my htmlize function is not loading properly. Any idea what the problem is?]]></description>
		<content:encoded><![CDATA[<p>If i comment the line (require htmlize) everything else loads fine. I tried M-x muse-mode and it changed to that mode. So my htmlize function is not loading properly. Any idea what the problem is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdullah2002</title>
		<link>http://curiousprogrammer.wordpress.com/2009/07/10/basic-emacsmuse-config/#comment-7745</link>
		<dc:creator><![CDATA[abdullah2002]]></dc:creator>
		<pubDate>Tue, 14 Jul 2009 05:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=704#comment-7745</guid>
		<description><![CDATA[Hi 
 
I am getting the following error 

&quot;An error has occurred while loading `/home/abdullah/.emacs&#039;:

File error: Cannot open load file, htmlize&quot;

I have extracted muse into ~/emacs/third-party/muse-3.12 and added the following lines in my .emacs file.

(defconst *elisp-dir* (expand-file-name &quot;~/emacs&quot;))
(defconst *elisp-3rd* (concat *elisp-dir* &quot;/third-party&quot;))
(defconst *elisp-muse* (concat *elisp-3rd* &quot;/muse-3.12/lisp&quot;))

(add-to-list &#039;load-path *elisp-muse*)

(require &#039;htmlize)
(require &#039;muse-mode)
(require &#039;muse-publish)
(require &#039;muse-html)

Could you please help me?]]></description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I am getting the following error </p>
<p>&#8220;An error has occurred while loading `/home/abdullah/.emacs&#8217;:</p>
<p>File error: Cannot open load file, htmlize&#8221;</p>
<p>I have extracted muse into ~/emacs/third-party/muse-3.12 and added the following lines in my .emacs file.</p>
<p>(defconst *elisp-dir* (expand-file-name &#8220;~/emacs&#8221;))<br />
(defconst *elisp-3rd* (concat *elisp-dir* &#8220;/third-party&#8221;))<br />
(defconst *elisp-muse* (concat *elisp-3rd* &#8220;/muse-3.12/lisp&#8221;))</p>
<p>(add-to-list &#8216;load-path *elisp-muse*)</p>
<p>(require &#8216;htmlize)<br />
(require &#8216;muse-mode)<br />
(require &#8216;muse-publish)<br />
(require &#8216;muse-html)</p>
<p>Could you please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2009/07/10/basic-emacsmuse-config/#comment-7731</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Fri, 10 Jul 2009 22:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=704#comment-7731</guid>
		<description><![CDATA[Hi Alex,

Thanks for the links.  For everyone else,  his article and accompanying code is a nice, fairly brief example of how to generate an entire (static) website from templates using muse.

My own usage is a bit more limited - generating the html for the posts and I rely on wordpress for the templating.]]></description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>Thanks for the links.  For everyone else,  his article and accompanying code is a nice, fairly brief example of how to generate an entire (static) website from templates using muse.</p>
<p>My own usage is a bit more limited &#8211; generating the html for the posts and I rely on wordpress for the templating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Ott</title>
		<link>http://curiousprogrammer.wordpress.com/2009/07/10/basic-emacsmuse-config/#comment-7730</link>
		<dc:creator><![CDATA[Alex Ott]]></dc:creator>
		<pubDate>Fri, 10 Jul 2009 14:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=704#comment-7730</guid>
		<description><![CDATA[Just FYI. My configuration (at http://github.com/alexott/emacs-configs/tree/master at rc/emacs-rc-muse.el) for Muse also contains code and project settings which are used to generate my site from muse sources (I also wrote article about this - http://xtalk.msk.su/~ott/en/writings/EmacsMuseMyPage.html)]]></description>
		<content:encoded><![CDATA[<p>Just FYI. My configuration (at <a href="http://github.com/alexott/emacs-configs/tree/master" rel="nofollow">http://github.com/alexott/emacs-configs/tree/master</a> at rc/emacs-rc-muse.el) for Muse also contains code and project settings which are used to generate my site from muse sources (I also wrote article about this &#8211; <a href="http://xtalk.msk.su/~ott/en/writings/EmacsMuseMyPage.html" rel="nofollow">http://xtalk.msk.su/~ott/en/writings/EmacsMuseMyPage.html</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
