<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Jaemok</title>
    <link>http://jmjeong.com</link>
    <description>jmjeong, Jaemok Jeong</description>
    <pubDate>Wed, 09 Jun 2010 02:16:35 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Writing DEVONThink Pro article using org-mode</title>
      <link>http://jmjeong.com/blog/devonthink-using-orgmode</link>
      <pubDate>Fri, 21 May 2010 00:16:00 KST</pubDate>
      <category><![CDATA[devonthink]]></category>
      <category><![CDATA[emacs]]></category>
      <guid isPermaLink="true">http://jmjeong.com/blog/devonthink-using-orgmode</guid>
      <description><p>
DEVONthink Pro에 Rich Text로 글을 작성하는 기능이 있지만, 
일관성있는 style이나 작성의 편이성 측면에서는 Emacs의 Orgmode가 낫다. 
</p><p>
위 코드는 orgmode로 작성된 글을 DEVONthink Pro에 HTML로 저장하는 elisp 코드이다. 
</p><i>Read more...</i></description>
      <content:encoded><![CDATA[
<div id="outline-container-1" class="outline-2">

<div class="outline-text-2" id="text-1">
<script src="http://gist.github.com/412710.js"></script>
<p>
DEVONthink Pro에 Rich Text로 글을 작성하는 기능이 있지만, 
일관성있는 style이나 작성의 편이성 측면에서는 Emacs의 Orgmode가 낫다. 
</p>
<p>
위 코드는 orgmode로 작성된 글을 DEVONthink Pro에 HTML로 저장하는 elisp 코드이다. 
</p>
<pre class="src src-elisp">(load <span style="color: #8b2252;">"jmjeong-devonthink"</span>)
</pre>
<p>
현재는 [F8] key에 등록이 되어 있다. 현재 orgmode buffer의 내용을 html로 export 한 다음에
DEVONthink의 선택된 그룹에 저장한다. Orgmode의 글을 HTML로 export한 다음에 browser에서
pdf로 변환한다음에 저장하는 것보다 훨씬 편하다. 
</p>
<p>
Export된 DEVONthink의 글에서 원본 소스를 보고 싶은 경우에는, 오른쪽 버튼을 누르고 'Launch URL'을 하면
orgmode의 파일을 볼 수 있다. 
</p>
<ul>
<li>
원본 org file

</li>
</ul>
<p><img src="/images/devon-orgmode.png" alt="/images/devon-orgmode.png" />
</p>
<ul>
<li>
[F8]을 눌러서 DEVONthink Pro에 저장된 화면 

</li>
</ul>
<p><img src="/images/devon-orgmode-exported.png" alt="/images/devon-orgmode-exported.png" />
</p>
</div>
</div>]]></content:encoded>
    </item>
  </channel>
</rss>

