<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/rss.xsl" type="text/xsl"?><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>Sacha Chua - tag - org</title>
	<atom:link href="https://sachachua.com/blog/tag/org/feed/index.xml" rel="self" type="application/rss+xml" />
	<atom:link href="https://sachachua.com/blog/tag/org" rel="alternate" type="text/html" />
	<link>https://sachachua.com/blog/tag/org/feed/index.xml</link>
	<description>Emacs, sketches, and life</description>
  
	<lastBuildDate>Tue, 09 Jun 2026 02:51:39 GMT</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>daily</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>11ty</generator>
  <item>
		<title>Emacs: Strike through headlines for DONE tasks in Org</title>
		<link>https://sachachua.com/blog/2012/12/emacs-strike-through-headlines-for-done-tasks-in-org/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Mon, 24 Dec 2012 03:45:00 GMT</pubDate>
    <category>emacs</category>
<category>org</category>
		<guid isPermaLink="false">https://sachachua.com/blog/?p=24270</guid>
		<description><![CDATA[<p>I wanted a quick way to visually distinguish DONE tasks from tasks I still need to do. This <a href="http://lists.gnu.org/archive/html/emacs-orgmode/2007-03/msg00179.html">handy snippet from the Emacs Org-mode mailing list</a> does the trick by striking through the headlines for DONE tasks.</p>
<p><a href="https://sachachua.com/blog/wp-content/uploads/2012/12/image15.png"><img loading="lazy" style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" alt="image" src="https://sachachua.com/blog/wp-content/uploads/2012/12/image_thumb14.png" width="580" height="122" border="0"></a></p>
<p>Here’s the code:</p>
<pre class="src src-emacs-lisp">(setq org-fontify-done-headline t)
(custom-set-faces
 '(org-done ((t (<span style="color: #a020f0;">:foreground</span> <span style="background-color: #f2f2f2; color: #ff00ff;">"PaleGreen"</span>   
                 <span style="color: #a020f0;">:weight</span> normal
                 <span style="color: #a020f0;">:strike-through</span> t))))
 '(org-headline-done 
            ((((class color) (min-colors 16) (background dark)) 
               (<span style="color: #a020f0;">:foreground</span> <span style="background-color: #f2f2f2; color: #ff00ff;">"LightSalmon"</span> <span style="color: #a020f0;">:strike-through</span> t)))))</pre>
<p><a href="http://dl.dropbox.com/u/3968124/sacha-emacs.html">View my Emacs configuration</a></p>

<p>You can <a href="https://sachachua.com/blog/2012/12/emacs-strike-through-headlines-for-done-tasks-in-org/#comment">view 14 comments</a> or <a href="mailto:sacha@sachachua.com?subject=Comment%20on%20https%3A%2F%2Fsachachua.com%2Fblog%2F2012%2F12%2Femacs-strike-through-headlines-for-done-tasks-in-org%2F&body=Name%20you%20want%20to%20be%20credited%20by%20(if%20any)%3A%20%0AMessage%3A%20%0ACan%20I%20share%20your%20comment%20so%20other%20people%20can%20learn%20from%20it%3F%20Yes%2FNo%0A">e-mail me at sacha@sachachua.com</a>.</p>]]></description>
		</item>
	</channel>
</rss>