<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>noorul islam :: my thoughts &#187; web</title>
	<atom:link href="http://noorul.com/blog/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://noorul.com/blog</link>
	<description>gnu/linux, emacs and random thoughts</description>
	<lastBuildDate>Wed, 01 Aug 2012 02:24:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Setup org2blog for blogging from emacs.</title>
		<link>http://noorul.com/blog/2011/09/12/setup-org2blog-for-blogging-from-emacs/</link>
		<comments>http://noorul.com/blog/2011/09/12/setup-org2blog-for-blogging-from-emacs/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 07:29:00 +0000</pubDate>
		<dc:creator>noorul</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[orgmode]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://noorul.com/blog/?p=122</guid>
		<description><![CDATA[org2blog is written by Puneeth Chaganti. It is an emacs extension to post org mode sub trees as wordpress blog entries. In order to set this up clone the repository from github. # clone org2blog git repository git clone http://github.com/punchagan/org2blog.git Add the following snippet to ~/.emacs (add-to-list 'load-path "~/site-lisp/org2blog") (require 'org2blog-autoloads) (setq org2blog/wp-blog-alist '(("noorul.com" :url [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/punchagan/org2blog">org2blog</a> is written by <a href="http://github.com/punchagan">Puneeth Chaganti</a>. It is an emacs extension to post org mode sub trees as wordpress blog entries. In order to set this up clone the repository from github. </p>
<pre class="src src-sh"><span style="color: #ff7f24; font-style: italic;"># </span><span style="color: #ff7f24; font-style: italic;">clone org2blog git repository</span>
git clone http://github.com/punchagan/org2blog.git
</pre>
<p> Add the following snippet to ~/.emacs </p>
<pre class="src src-emacs-lisp"><span style="color: #7f7f7f;">(</span>add-to-list 'load-path <span style="color: #ad7fa8;">"~/site-lisp/org2blog"</span><span style="color: #7f7f7f;">)</span>
<span style="color: #7f7f7f;">(</span><span style="color: #00ffff; font-weight: bold;">require</span> '<span style="color: #73d216;">org2blog-autoloads</span><span style="color: #7f7f7f;">)</span>

<span style="color: #7f7f7f;">(</span>setq org2blog/wp-blog-alist
       '<span style="color: #7f7f7f;">((</span><span style="color: #ad7fa8;">"noorul.com"</span>
          <span style="color: #729fcf;">:url</span> <span style="color: #ad7fa8;">"http://noorul.com/blog/xmlrpc.php"</span>
          <span style="color: #729fcf;">:username</span> <span style="color: #ad7fa8;">"admin"</span>
          <span style="color: #729fcf;">:tags-as-categories</span> t<span style="color: #7f7f7f;">)))</span>
<span style="color: #7f7f7f;">(</span>org2blog/wp-login<span style="color: #7f7f7f;">)</span>
</pre>
<p> Then I can go to the entry and call M-x org2blog/wp-post-subtree to post a draft or C-u M-x org2blog/wp-post-subtree to publish it. </p>
]]></content:encoded>
			<wfw:commentRss>http://noorul.com/blog/2011/09/12/setup-org2blog-for-blogging-from-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
