<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[Gary Cheeseman's Blog]]></title>
  <link href="http://gary.cheeseman.me.uk/atom.xml" rel="self"/>
  <link href="http://gary.cheeseman.me.uk/"/>
  <updated>2014-11-03T15:33:47+00:00</updated>
  <id>http://gary.cheeseman.me.uk/</id>
  <author>
    <name><![CDATA[Gary Cheeseman]]></name>
    <email><![CDATA[gary@cheeseman.me.uk]]></email>
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    <title type="html"><![CDATA[Org 2nd Post]]></title>
    <link href="http://gary.cheeseman.me.uk/blog/2014-11-03-org-2nd-post.html"/>
    <updated>2014-11-03T00:00:00+00:00</updated>
    <id>http://gary.cheeseman.me.uk/blog/org-2nd-post</id>
    <content type="html"><![CDATA[<div id="outline-container-sec-1" class="outline-2">
<h2 id="sec-1">This is my first post</h2>
<div class="outline-text-2" id="text-1">
<div class="org-src-container">

<pre class="src src-emacs-lisp"><span style="color: #6abd50;">;;; </span><span style="color: #6aaf50;">init.el --- Where all the magic begins</span>
<span style="color: #6abd50;">;;</span>
<span style="color: #6abd50;">;; </span><span style="color: #6aaf50;">This file loads Org-mode and then loads the rest of our Emacs initialization from Emacs lisp</span>
<span style="color: #6abd50;">;; </span><span style="color: #6aaf50;">embedded in literate Org-mode files.</span>

<span style="color: #6abd50;">;; </span><span style="color: #6aaf50;">Load up Org Mode and (now included) Org Babel for elisp embedded in Org Mode files</span>
(setq dotfiles-dir (file-name-directory (or (buffer-file-name) load-file-name)))

(<span style="color: #7d7c61; font-weight: bold;">let*</span> ((org-dir (expand-file-name
                 <span style="color: #CC5542;">"lisp"</span> (expand-file-name
                         <span style="color: #CC5542;">"org"</span> (expand-file-name
                                <span style="color: #CC5542;">"src"</span> dotfiles-dir))))
       (org-contrib-dir (expand-file-name
                         <span style="color: #CC5542;">"lisp"</span> (expand-file-name
                                 <span style="color: #CC5542;">"contrib"</span> (expand-file-name
                                            <span style="color: #CC5542;">".."</span> org-dir))))
       (load-path (append (list org-dir org-contrib-dir)
                          (or load-path nil))))
  <span style="color: #6abd50;">;; </span><span style="color: #6aaf50;">load up Org-mode and Org-babel</span>
  (<span style="color: #7d7c61; font-weight: bold;">require</span> '<span style="color: #6a7550;">org-install</span>)
  (<span style="color: #7d7c61; font-weight: bold;">require</span> '<span style="color: #6a7550;">ob-tangle</span>))

<span style="color: #6abd50;">;; </span><span style="color: #6aaf50;">load up all literate org-mode files in this directory</span>
(mapc #'org-babel-load-file (directory-files dotfiles-dir t <span style="color: #CC5542;">"\\.org$"</span>))

<span style="color: #6abd50;">;;; </span><span style="color: #6aaf50;">init.el ends here</span>
</pre>
</div>

<p>
<!-- more -->
</p>

<p>
<b>I do like the look pf this</b>
</p>

<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">


<colgroup>
<col  class="left" />

<col  class="right" />
</colgroup>
<thead>
<tr>
<th scope="col" class="left">hello</th>
<th scope="col" class="right">World</th>
</tr>
</thead>
<tbody>
<tr>
<td class="left">This</td>
<td class="right">22</td>
</tr>

<tr>
<td class="left">is</td>
<td class="right">33</td>
</tr>

<tr>
<td class="left">so</td>
<td class="right">44</td>
</tr>

<tr>
<td class="left">cool</td>
<td class="right">55</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="left">TOTAL</td>
<td class="right">&#xa0;</td>
</tr>
</tbody>
</table>
</div>
</div>
]]></content>
  </entry>
  
</feed>
