<?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>wd and cc</title>
	<atom:link href="http://wdicc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wdicc.com</link>
	<description>Happy every day...</description>
	<lastBuildDate>Mon, 30 Aug 2010 10:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Twitter Weekly Updates for 2010-08-30</title>
		<link>http://wdicc.com/twitter-weekly-updates-for-2010-08-30/</link>
		<comments>http://wdicc.com/twitter-weekly-updates-for-2010-08-30/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 10:00:00 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Heart]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://wdicc.com/twitter-weekly-updates-for-2010-08-30/</guid>
		<description><![CDATA[RT @oceanboo: 哇咔咔，刚中了一瓶康师傅，换了一瓶之后居然又是再来一瓶。 //小心人品用尽 # 改了一下路由器的信道，好像不丢包了，不过 ping 还是高，唉。。 # Powered by Twitter Tool... ]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9015557074547192";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "image";
//2007-06-17: index
google_ad_channel = "2704127095";
google_color_border = "660000";
google_color_bg = "FFFFFF";
google_color_link = "CC0000";
google_color_text = "000000";
google_color_url = "0066CC";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></-> <ul class="aktt_tweet_digest">
<li>RT @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>: 哇咔咔，刚中了一瓶康师傅，换了一瓶之后居然又是再来一瓶。 //小心人品用尽 <a href="http://twitter.com/wd/statuses/22437267539" class="aktt_tweet_time">#</a></li>
<li>改了一下路由器的信道，好像不丢包了，不过 ping 还是高，唉。。 <a href="http://twitter.com/wd/statuses/22316700209" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/twitter-weekly-updates-for-2010-08-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>emacs 的列编辑</title>
		<link>http://wdicc.com/rectangles-in-emacs/</link>
		<comments>http://wdicc.com/rectangles-in-emacs/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 17:09:44 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://wdicc.com/rectangles-in-emacs/</guid>
		<description><![CDATA[列编辑我觉得是一个编辑器不能缺少的东西。在 vim 里面使用 C-v 就能进入列编辑，然后我通常用到的，也就是 d (删除) 和 I (插入)。在 emacs 里面一直没怎么用上这个，总感觉是操作很麻烦。最... ]]></description>
			<content:encoded><![CDATA[<p>列编辑我觉得是一个编辑器不能缺少的东西。在 vim 里面使用 C-v 就能进入列编辑，然后我通常用到的，也就是 d (删除) 和 I (插入)。在 emacs 里面一直没怎么用上这个，总感觉是操作很麻烦。最近操作了几次，发现也没那么难，呵呵。</p>
<p>emacs manual 里面关于列编辑的<a href='http://www.gnu.org/software/emacs/manual/html_node/emacs/Rectangles.html'>页面</a>。emacs 里面那个默认的列编辑不会出来像 vim 里面那样的矩形选区（不过有别的方法好像可以做到），所以当你选择的时候，还是按行来选择的，你只需要关心选择的起始点和结束点之间的那个矩形就好了，你的操作只会在里面起作用。</p>
<p>对应到 vim 的 d，emacs 里面的应该是 C-x r d 或 C-x r k 了吧，对应到 I，应该是 C-x r t string <RET> 了吧，不过 emacs 里面这个是替换选择的东西为 string，你要是选个空的，应该就算是插入了吧。还有个 C-x r y 复制，我觉得会这几个应该就基本可以了吧。。</p>
]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/rectangles-in-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-23</title>
		<link>http://wdicc.com/twitter-weekly-updates-for-2010-08-23/</link>
		<comments>http://wdicc.com/twitter-weekly-updates-for-2010-08-23/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 10:00:00 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Heart]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://wdicc.com/twitter-weekly-updates-for-2010-08-23/</guid>
		<description><![CDATA[G1 之后两年，G2终于来临了 &#8211; http://android.google.org.cn/posts/after-two-years-t-mobile-g2-is-finally-coming.html 这下那帮叫 g5,g8,g9 叫的 sb 们傻眼了吧 # Powered by Twitter Tool... ]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>G1 之后两年，G2终于来临了 &#8211; <a href="http://android.google.org.cn/posts/after-two-years-t-mobile-g2-is-finally-coming.html" rel="nofollow">http://android.google.org.cn/posts/after-two-years-t-mobile-g2-is-finally-coming.html</a>  这下那帮叫 g5,g8,g9 叫的 sb 们傻眼了吧 <a href="http://twitter.com/wd/statuses/21540285824" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/twitter-weekly-updates-for-2010-08-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-16</title>
		<link>http://wdicc.com/twitter-weekly-updates-for-2010-08-16/</link>
		<comments>http://wdicc.com/twitter-weekly-updates-for-2010-08-16/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 10:00:00 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Heart]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://wdicc.com/twitter-weekly-updates-for-2010-08-16/</guid>
		<description><![CDATA[泉州市地震局：国外科学家预测我国地震必须按照我国法律进行 &#8211; http://govecn.blogspot.com/2010/08/blog-post_6420.html # RT @yegle: 将工作当生活太可怕了… // 有个哥们来面试，问你在上一个公司自大... ]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>泉州市地震局：国外科学家预测我国地震必须按照我国法律进行 &#8211; <a href="http://govecn.blogspot.com/2010/08/blog-post_6420.html" rel="nofollow">http://govecn.blogspot.com/2010/08/blog-post_6420.html</a> <a href="http://twitter.com/wd/statuses/21233838978" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/yegle" class="aktt_username">yegle</a>: 将工作当生活太可怕了… // 有个哥们来面试，问你在上一个公司自大的收获是什么，答说，发现原来工作和生活是可以分开的，然后。。。就被淘宝hr据了。。 <a href="http://twitter.com/wd/statuses/21028451544" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/aheiii" class="aktt_username">aheiii</a>: 杯具,折腾了一下午的graphviz,感觉它搞不定我的需求啊 // 咋回事？啥需求？我最近对 dot 很感兴趣，呵呵 <a href="http://twitter.com/wd/statuses/20962892894" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/Missiu" class="aktt_username">Missiu</a>: RT @<a href="http://twitter.com/excitingleon" class="aktt_username">excitingleon</a>: RT @<a href="http://twitter.com/liunians" class="aktt_username">liunians</a>: 太三俗了，我要看下再批判你们！RT @<a href="http://twitter.com/pufei" class="aktt_username">pufei</a> 艳照们批判地址，感谢推友提供 @<a href="http://twitter.com/fanjianman" class="aktt_username">fanjianman</a> <a href="http://bit.ly/cld5bi" rel="nofollow">http://bit.ly/cld5bi</a> <a href="http://twitter.com/wd/statuses/20874584829" class="aktt_tweet_time">#</a></li>
<li><a href="http://emacs.wordpress.com/2010/08/09/gwene/" rel="nofollow">http://emacs.wordpress.com/2010/08/09/gwene/</a>  rss -&gt; news 和 maillist -&gt; news <a href="http://twitter.com/wd/statuses/20867989404" class="aktt_tweet_time">#</a></li>
<li>什么是博士？ <a href="http://www.dapenti.com/blog/more.asp?name=xilei&amp;id=33021" rel="nofollow">http://www.dapenti.com/blog/more.asp?name=xilei&amp;id=33021</a> <a href="http://twitter.com/wd/statuses/20861646920" class="aktt_tweet_time">#</a></li>
<li>找到豆瓣猜电影了，http://movie.douban.com/recommended <a href="http://twitter.com/wd/statuses/20771667588" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/twitter-weekly-updates-for-2010-08-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-09</title>
		<link>http://wdicc.com/twitter-weekly-updates-for-2010-08-09/</link>
		<comments>http://wdicc.com/twitter-weekly-updates-for-2010-08-09/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 10:00:00 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Heart]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://wdicc.com/twitter-weekly-updates-for-2010-08-09/</guid>
		<description><![CDATA[用上 oauth 上推了 # RT @yegle: 想买点度数高的酒睡觉前喝睡香点…求推荐淘宝店铺… // 二锅头，烧刀子。。。都不贵。。。 # 玩了会星际2，很有点红警2 的感觉。。。 # cp starcraft II ing&#8230;.周末... ]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>用上 oauth 上推了 <a href="http://twitter.com/wd/statuses/20689400691" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/yegle" class="aktt_username">yegle</a>: 想买点度数高的酒睡觉前喝睡香点…求推荐淘宝店铺… // 二锅头，烧刀子。。。都不贵。。。 <a href="http://twitter.com/wd/statuses/20633167440" class="aktt_tweet_time">#</a></li>
<li>玩了会星际2，很有点红警2 的感觉。。。 <a href="http://twitter.com/wd/statuses/20542649292" class="aktt_tweet_time">#</a></li>
<li>cp starcraft II ing&#8230;.周末玩玩，嘿嘿 <a href="http://twitter.com/wd/statuses/20355086922" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/rock_feng" class="aktt_username">rock_feng</a>: @<a href="http://twitter.com/sssslang" class="aktt_username">sssslang</a> what？ // 他在把 emacs 变成 记事本。。。 <a href="http://twitter.com/wd/statuses/20287597909" class="aktt_tweet_time">#</a></li>
<li>Oracle安装界面乱码，设置下 export NLS_LANG=AMERICAN_AMERICA.UTF8;export LC_ALL=C 看看 <a href="http://twitter.com/wd/statuses/20202696042" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/twitter-weekly-updates-for-2010-08-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-02</title>
		<link>http://wdicc.com/twitter-weekly-updates-for-2010-08-02/</link>
		<comments>http://wdicc.com/twitter-weekly-updates-for-2010-08-02/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 10:00:00 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Heart]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://wdicc.com/twitter-weekly-updates-for-2010-08-02/</guid>
		<description><![CDATA[RT @xwl: 刚在外面游荡 感觉骤然没有前几日之热 有那么几秒钟 像走在空调房 心想 上帝也如此眷顾我~ // 明明是玉皇大帝干的 # 458.2 # Powered by Twitter Tool... ]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @<a href="http://twitter.com/xwl" class="aktt_username">xwl</a>: 刚在外面游荡 感觉骤然没有前几日之热 有那么几秒钟 像走在空调房 心想 上帝也如此眷顾我~ // 明明是玉皇大帝干的 <a href="http://twitter.com/wd/statuses/20119070830" class="aktt_tweet_time">#</a></li>
<li>458.2 <a href="http://twitter.com/wd/statuses/19876919482" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/twitter-weekly-updates-for-2010-08-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-07-26</title>
		<link>http://wdicc.com/twitter-weekly-updates-for-2010-07-26/</link>
		<comments>http://wdicc.com/twitter-weekly-updates-for-2010-07-26/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 10:00:00 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Heart]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://wdicc.com/twitter-weekly-updates-for-2010-07-26/</guid>
		<description><![CDATA[RT @cyanogen: CM6-RC2 for Nexus One and Dream/Magic, CM6-RC1 for HTC EVO! Get it with ROM Manager or visit forum.cyanogenmod.com (or XDA). # http://github.com/sachac/org2blog 又一个从 emacs 发布到 wordpress 的工具 # RT @oceanboo: qq，去你妈... ]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @<a href="http://twitter.com/cyanogen" class="aktt_username">cyanogen</a>: CM6-RC2 for Nexus One and Dream/Magic, CM6-RC1 for HTC EVO!  Get it with ROM Manager or visit forum.cyanogenmod.com (or XDA). <a href="http://twitter.com/wd/statuses/19546802054" class="aktt_tweet_time">#</a></li>
<li><a href="http://github.com/sachac/org2blog" rel="nofollow">http://github.com/sachac/org2blog</a> 又一个从 emacs 发布到 wordpress 的工具 <a href="http://twitter.com/wd/statuses/19496927755" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>: qq，去你妈的，改个密码要常用登陆IP，密保重设要常用登陆地，去你妈的常用，老子是ADSL，哪来的固定IP，去你妈的傻B。 // 上次有人遇到这个问题，我给的建议是，你选一个ip，把他用成常用登录地&#8230;. <a href="http://twitter.com/wd/statuses/19493625235" class="aktt_tweet_time">#</a></li>
<li>qqlive 还不错，我那破机还能跑的动，不像那个垃圾的 pplive <a href="http://twitter.com/wd/statuses/19493572169" class="aktt_tweet_time">#</a></li>
<li>又看了下 &lt;&lt;霹雳5号&gt;&gt; ，呵呵 <a href="http://twitter.com/wd/statuses/19420482452" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/justin7974" class="aktt_username">justin7974</a>: 东三环停车场，全北京最大的流动停车场，随来随停，全天免费，还送日光浴 // 呵呵 <a href="http://twitter.com/wd/statuses/19409585312" class="aktt_tweet_time">#</a></li>
<li>org-mode 果然很强大，总算弄好了一个可用的 todo tracker，回头写一个 <a href="http://twitter.com/wd/statuses/19345252409" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>: 今天的午餐除了两个煎蛋外，全部是肉，烤鸡/猪肝/猪肚/，太不好下饭了。 // 你这是 CLL 的显摆么？ <a href="http://twitter.com/wd/statuses/19310633568" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/bones7456" class="aktt_username">bones7456</a>: pidgin终于又升级了,不知道还会不会老崩溃 // 我用 2.7.1 基本不崩，那个 r1 感觉有问题 <a href="http://twitter.com/wd/statuses/19307570705" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/yegle" class="aktt_username">yegle</a>: 应对电话骚扰的好办法：我现在不在北京啊 // 好啥啊，你这么说他后面还会给你打。应该直接说，再给我打我就报警 <a href="http://twitter.com/wd/statuses/19224366869" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>: iPad 的港版价格还是对得起观众的，搞得我这个反果粉都蠢蠢欲动，找个周末去香港看看。 // 买吧，玩游戏看小说装b还是不错的 <a href="http://twitter.com/wd/statuses/19046202184" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/yegle" class="aktt_username">yegle</a>: 台上讲师在分析各种曲线，我在google reader上看pretty daily // 你这个。。。老大 follow 你没，被老大看到不好。。。 <a href="http://twitter.com/wd/statuses/19043881550" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/doubleaf" class="aktt_username">doubleaf</a>: 新华社2003年：三峡大坝固若金汤，可以抵挡万年一遇洪水，2006年：三峡大坝汛期有能力抵御百年一遇的特大洪水，长江水利委2010年：抗洪不能全都指望三峡大坝 <a href="http://twitter.com/wd/statuses/18973453261" class="aktt_tweet_time">#</a></li>
<li>刀马旦真好听。。。 <a href="http://twitter.com/wd/statuses/18969687181" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/twitter-weekly-updates-for-2010-07-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用 org-mode 来做自己的 job tracker</title>
		<link>http://wdicc.com/use-org-mode-as-a-job-tracker/</link>
		<comments>http://wdicc.com/use-org-mode-as-a-job-tracker/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 15:30:58 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[org-mode]]></category>
		<category><![CDATA[todo]]></category>

		<guid isPermaLink="false">http://wdicc.com/use-org-mode-as-a-job-tracker/</guid>
		<description><![CDATA[用 emacs 的应该都知道 org-mode 这个大杀器，一直以来都想在工作里面用上他，可总是习惯不了。 这几天尝试把 org-mode 打造成了我的一个 job tracker，用来记录自己的 todo 和完成情况。 ;; ;; org-mode ... ]]></description>
			<content:encoded><![CDATA[<p>用 emacs 的应该都知道 org-mode 这个大杀器，一直以来都想在工作里面用上他，可总是习惯不了。</p>
<p>这几天尝试把 org-mode 打造成了我的一个 job tracker，用来记录自己的 todo 和完成情况。</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">;;</span>
<span style="color: #808080; font-style: italic;">;; org-mode</span>
<span style="color: #808080; font-style: italic;">;;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">;; (setq org-agenda-files '(&quot;~/org&quot;))</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> org-agenda-files <span style="color: #66cc66;">&#40;</span>file-expand-wildcards <span style="color: #ff0000;">&quot;~/org/*.org&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>  <span style="color: #808080; font-style: italic;">;; 把 ~/org/*.org 都加入到 agenda 里面，使用 C-c a a 看 agenda 的时候，会从这些文件里面读</span>
<span style="color: #66cc66;">&#40;</span>add-to-<span style="color: #b1b100;">list</span> 'auto-mode-alist '<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>.org$&quot;</span> <span style="color: #66cc66;">.</span> org-mode<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span>define-key global-map <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\C</span>-cl&quot;</span> 'org-store-link<span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span>define-key global-map <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\C</span>-ca&quot;</span> 'org-agenda<span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> org-log-done t<span style="color: #66cc66;">&#41;</span> <span style="color: #808080; font-style: italic;">;; 变到 done 状态的时候，记录一下时间</span>
&nbsp;
<span style="color: #66cc66;">&#40;</span>add-hook 'org-mode-hook
          <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">lambda</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>
            <span style="color: #66cc66;">&#40;</span>org-set-local 'yas/trigger-key <span style="color: #66cc66;">&#91;</span>tab<span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>
            <span style="color: #66cc66;">&#40;</span>define-key yas/keymap <span style="color: #66cc66;">&#91;</span>tab<span style="color: #66cc66;">&#93;</span> 'yas/next-field-group<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> org-todo-keywords
      '<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span>sequence <span style="color: #ff0000;">&quot;TODO(t)&quot;</span> <span style="color: #ff0000;">&quot;WAIT(w@/!)&quot;</span> <span style="color: #ff0000;">&quot;|&quot;</span> <span style="color: #ff0000;">&quot;DONE(d!)&quot;</span> <span style="color: #ff0000;">&quot;CANCELED(c@)&quot;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>  <span style="color: #808080; font-style: italic;">;; 设置一下 todo 的关键字，| 左边的是未完成状态，右边是 done 的状态</span>
&nbsp;
&nbsp;
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> org-default-notes-file <span style="color: #ff0000;">&quot;~/org/todo.org&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #808080; font-style: italic;">;; 设置 remember 的默认文件 </span>
&nbsp;
<span style="color: #808080; font-style: italic;">;;;  Load Org Remember Stuff</span>
<span style="color: #66cc66;">&#40;</span>require 'remember<span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span>org-remember-insinuate<span style="color: #66cc66;">&#41;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">;; Start clock in a remember buffer and switch back to previous clocking task on save</span>
<span style="color: #808080; font-style: italic;">;; (add-hook 'remember-mode-hook 'org-clock-in 'append)</span>
<span style="color: #808080; font-style: italic;">;; (add-hook 'org-remember-before-finalize-hook 'bh/clock-in-interrupted-task)</span>
&nbsp;
<span style="color: #808080; font-style: italic;">;; I use C-M-r to start org-remember</span>
<span style="color: #66cc66;">&#40;</span>global-set-key <span style="color: #66cc66;">&#40;</span>kbd <span style="color: #ff0000;">&quot;C-c m r&quot;</span><span style="color: #66cc66;">&#41;</span> 'org-remember<span style="color: #66cc66;">&#41;</span>
<span style="color: #808080; font-style: italic;">;; (define-key global-map &quot;\C-cr&quot; 'org-remember)</span>
&nbsp;
<span style="color: #808080; font-style: italic;">;; Keep clocks running</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> org-remember-clock-out-on-exit <span style="color: #b1b100;">nil</span><span style="color: #66cc66;">&#41;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">;; C-c C-c stores the note immediately</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> org-remember-store-without-prompt t<span style="color: #66cc66;">&#41;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">;; I don't use this -- but set it in case I forget to specify a location in a future template</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> org-remember-default-headline <span style="color: #ff0000;">&quot;Tasks&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #808080; font-style: italic;">;; 设置默认 remember 添加的 headline</span>
&nbsp;
<span style="color: #808080; font-style: italic;">;; 3 remember templates for TODO tasks, Notes, and Phone calls</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> org-remember-templates <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">quote</span> <span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;todo&quot;</span> ?t <span style="color: #ff0000;">&quot;** TODO %?<span style="color: #000099; font-weight: bold;">\n</span>CREATED: %U&quot;</span> <span style="color: #b1b100;">nil</span> <span style="color: #b1b100;">nil</span> <span style="color: #b1b100;">nil</span><span style="color: #66cc66;">&#41;</span>
                                     <span style="color: #808080; font-style: italic;">;; (&quot;note&quot; ?n &quot;* %?                                                                            :NOTE:\n  %U\n  %a\n  :CLOCK:\n  :END:&quot; nil bottom nil)</span>
                                     <span style="color: #808080; font-style: italic;">;; (&quot;appointment&quot; ?a &quot;* %?\n  %U&quot; &quot;~/git/org/todo.org&quot; &quot;Appointments&quot; nil)</span>
                                     <span style="color: #808080; font-style: italic;">;; (&quot;org-protocol&quot; ?w &quot;* TODO Review %c%!\n  %U&quot; nil bottom nil))))</span>
                                     <span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #808080; font-style: italic;">;;设置 todo 的模板，里面第三个参数是模板，里面的变量的意思 google 下</span></pre></div></div>

<p>在 todo.org 里面有两个 headline，一个是 * Tasks ，一个是 * Done。</p>
<p>配置好后，在任意的 buffer 按 C-c m r 就可以打开个 buffer，输入 todo 信息，然后按 C-c C-c 就可以把 todo 添加到 todo.org 里面去了，会添加到 * Tasks 这个 headline 下面。</p>
<p>完成一个任务的时候，在那上面按 C-c C-t 然后选择 done 就可以设置完成。手动（还不会自动。。。）把完成的任务挪到 Done 里面。</p>
<p>如果想看看有完成情况的统计，可以在 agenda 里面看，C-c a a，然后按 v，选择不同的模式看。每周的工作情况在那里面一目了然，呵呵。</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Week-agenda (W29):
Monday     19 July 2010 W29
Tuesday    20 July 2010
Wednesday  21 July 2010
  todo:       17:33...... [ TODO 多看看 org-mode 的 agenda
Thursday   22 July 2010
  todo:       15:18...... Closed:     DONE a test
  todo:       15:18...... [ DONE a test
Friday     23 July 2010
  todo:       14:50...... [ TODO 梳理一下
  todo:       17:08...... [ TODO 了解下
  todo:       22:49...... [ TODO 申请
Saturday   24 July 2010
Sunday     25 July 2010</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/use-org-mode-as-a-job-tracker/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-07-19</title>
		<link>http://wdicc.com/twitter-weekly-updates-for-2010-07-19/</link>
		<comments>http://wdicc.com/twitter-weekly-updates-for-2010-07-19/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 10:00:00 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Heart]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://wdicc.com/twitter-weekly-updates-for-2010-07-19/</guid>
		<description><![CDATA[RT @oceanboo: @wd 装的9999？ 怎么可能用不了啊。 // 都用不了，http://bugs.gentoo.org/show_bug.cgi?id=326407 # 我靠，gentoo 里面居然有 g-cpan 这个神器，刚从 bbs 上看到 # RT @oceanboo: 疯狂的安装chromium扩展中。... ]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>RT @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>: @<a href="http://twitter.com/wd" class="aktt_username">wd</a> 装的9999？ 怎么可能用不了啊。 // 都用不了，http://bugs.gentoo.org/show_bug.cgi?id=326407 <a href="http://twitter.com/wd/statuses/18657639932" class="aktt_tweet_time">#</a></li>
<li>我靠，gentoo 里面居然有 g-cpan 这个神器，刚从 bbs 上看到 <a href="http://twitter.com/wd/statuses/18657581433" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>: 疯狂的安装chromium扩展中。。 // 悲剧。。。我的 chrome 还是不能用。。。bug 提了好几周了。。。 <a href="http://twitter.com/wd/statuses/18655735761" class="aktt_tweet_time">#</a></li>
<li>RT @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>: @<a href="http://twitter.com/wd" class="aktt_username">wd</a> 你的RT的方式真难看，用的什么破client？ // 这样的总可以了吧？ <a href="http://twitter.com/wd/statuses/18585336000" class="aktt_tweet_time">#</a></li>
<li>RT: ＋＋＋＋＋＋1111111111111111111 RT: @<a href="http://twitter.com/yegle" class="aktt_username">yegle</a>: chrome不能强制字体，看见宋体真是难受…唉… (via @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>) // 可以的吧，在 ext 那搜一下 font，有个可以改字体 family 的 <a href="http://twitter.com/wd/statuses/18582785138" class="aktt_tweet_time">#</a></li>
<li>RT: @<a href="http://twitter.com/wd" class="aktt_username">wd</a> 多谢推荐，正在拜读你博客上的文章 <img src='http://wdicc.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  (via @<a href="http://twitter.com/vvoody" class="aktt_username">vvoody</a>) // 你要是用 emacs 的话，可以再看看 magit .. <a href="http://twitter.com/wd/statuses/18571907984" class="aktt_tweet_time">#</a></li>
<li>RT: @<a href="http://twitter.com/wd" class="aktt_username">wd</a> 你的RT的方式真难看，用的什么破client？ (via @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>) // 用的 emacs 的 twittering-mode ，你的什么破客户端，看不到我用的啥？。。。 <a href="http://twitter.com/wd/statuses/18571593591" class="aktt_tweet_time">#</a></li>
<li>RT: 打开8000端口，挂代理上QQ，公司里还是这样放心点… (via @<a href="http://twitter.com/yegle" class="aktt_username">yegle</a>) // ali 好像不管你上 qq 吧。 <a href="http://twitter.com/wd/statuses/18570598685" class="aktt_tweet_time">#</a></li>
<li>RT: RT @<a href="http://twitter.com/wd" class="aktt_username">wd</a>: RT: svn真难用阿真难用 (via @<a href="http://twitter.com/vvoody" class="aktt_username">vvoody</a>) // 推荐 git-svn | 不推荐git-svn&#8230; svn挺好用啊挺好用 (via @<a href="http://twitter.com/Methuselar" class="aktt_username">Methuselar</a>) // git svn 比 svn 好用的不是一点半点 <a href="http://twitter.com/wd/statuses/18570501913" class="aktt_tweet_time">#</a></li>
<li>RT: svn真难用阿真难用 (via @<a href="http://twitter.com/vvoody" class="aktt_username">vvoody</a>) // 推荐 git-svn <a href="http://twitter.com/wd/statuses/18570274991" class="aktt_tweet_time">#</a></li>
<li>RT: 绿坝解散了&#8230;秦刚的孩子怎么办怎么办&#8230; (via @<a href="http://twitter.com/PKUbuzheteng" class="aktt_username">PKUbuzheteng</a>) <a href="http://twitter.com/wd/statuses/18403131099" class="aktt_tweet_time">#</a></li>
<li>RT: 是不是很多公司都用Word写文档? (via @<a href="http://twitter.com/aheiii" class="aktt_username">aheiii</a>) // 对，经常收到一个邮件，附件是 docx，打开一看，也就 10 几行内容。。。 <a href="http://twitter.com/wd/statuses/18403092511" class="aktt_tweet_time">#</a></li>
<li>我的独唱团到了，呵呵，材质不错 <a href="http://twitter.com/wd/statuses/18403025196" class="aktt_tweet_time">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/twitter-weekly-updates-for-2010-07-19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-07-12</title>
		<link>http://wdicc.com/twitter-weekly-updates-for-2010-07-12/</link>
		<comments>http://wdicc.com/twitter-weekly-updates-for-2010-07-12/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 10:00:00 +0000</pubDate>
		<dc:creator>wd</dc:creator>
				<category><![CDATA[Heart]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://wdicc.com/twitter-weekly-updates-for-2010-07-12/</guid>
		<description><![CDATA[杭州大学生多人发现感染艾滋病 &#8211; http://society.solidot.org/article.pl?sid=10/07/12/0534233&#38;from=rss 我靠，nb 。。。。 # 爆笑新占座时代 太有才了！ &#8211; http://ta.md/941/ # RT: @ssflying 我已经淡定的飘走... ]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>杭州大学生多人发现感染艾滋病 &#8211; <a href="http://society.solidot.org/article.pl?sid=10/07/12/0534233&amp;from=rss" rel="nofollow">http://society.solidot.org/article.pl?sid=10/07/12/0534233&amp;from=rss</a> 我靠，nb 。。。。 <a href="http://twitter.com/wd/statuses/18342511738" class="aktt_tweet_time">#</a></li>
<li>爆笑新占座时代 太有才了！ &#8211; <a href="http://ta.md/941/" rel="nofollow">http://ta.md/941/</a> <a href="http://twitter.com/wd/statuses/18332121783" class="aktt_tweet_time">#</a></li>
<li>RT: @<a href="http://twitter.com/ssflying" class="aktt_username">ssflying</a> 我已经淡定的飘走了。 (via @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>) // 呃。。。呵呵，大家都来用。。 <a href="http://twitter.com/wd/statuses/18273661207" class="aktt_tweet_time">#</a></li>
<li>现实版抢车位！让你丫抢车位，SB了吧~爷会变形！ &#8211; <a href="http://ta.md/926/" rel="nofollow">http://ta.md/926/</a>  悲剧的奥拓，活该 <a href="http://twitter.com/wd/statuses/18273420654" class="aktt_tweet_time">#</a></li>
<li>cm6 都 rc1 了，快点 release 我好刷一个 <img src='http://wdicc.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ，好久没折腾手机了.. <a href="http://twitter.com/wd/statuses/18272393658" class="aktt_tweet_time">#</a></li>
<li>我靠，受不了，magit 真好用，之前怎么不知道呢&#8230; <a href="http://twitter.com/wd/statuses/18271069139" class="aktt_tweet_time">#</a></li>
<li>RT: 又来一美女，四个美女，鸭梨很大啊！！！ 哇咔咔！！！ (via @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>) // 没 pp 没真相 <a href="http://twitter.com/wd/statuses/18194503048" class="aktt_tweet_time">#</a></li>
<li>RT: 在KFC借用厕所中。。。 (via @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>) // 你这推臭死了。。。。 <a href="http://twitter.com/wd/statuses/18118909701" class="aktt_tweet_time">#</a></li>
<li>RT: 有时候还是想不通，发达国家的先进制度为什么不能加以吸收利用，出了事情为什么不能坦承讨论加以解决，最好的web 2.0 网站为什么见一封一个，为什么要阻碍人们追求自由幸福的生活？我知道其实我又在发牢骚了。 (via @<a href="http://twitter.com/xwl" class="aktt_username">xwl</a>) // 最根本的问题是人大代表不代表人民 <a href="http://twitter.com/wd/statuses/18107911312" class="aktt_tweet_time">#</a></li>
<li>RT: @<a href="http://twitter.com/wd" class="aktt_username">wd</a> 还不如去报刊亭买呢，到处都是。 (via @<a href="http://twitter.com/oceanboo" class="aktt_username">oceanboo</a>) // 顺手订了一个罗永浩的我的奋斗，呵呵 <a href="http://twitter.com/wd/statuses/18025837211" class="aktt_tweet_time">#</a></li>
<li>订了个 独唱团，结果 。。 预计发货日期： 10年 7月 20日 &#8211; 10年 8月 7日 <a href="http://twitter.com/wd/statuses/18025017467" class="aktt_tweet_time">#</a></li>
<li>RT: #<a href="http://search.twitter.com/search?q=%231ask1" class="aktt_hashtag">1ask1</a><br />
]]></content:encoded>
			<wfw:commentRss>http://wdicc.com/twitter-weekly-updates-for-2010-07-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
