<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/tests/test-org-config-org-log-done.el, branch main</title>
<subtitle>My Emacs configuration
</subtitle>
<id>https://git.cjennings.net/dotemacs/atom?h=main</id>
<link rel='self' href='https://git.cjennings.net/dotemacs/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/'/>
<updated>2026-05-23T01:20:25+00:00</updated>
<entry>
<title>refactor(org): give org-log-done a single home</title>
<updated>2026-05-23T01:20:25+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-05-23T01:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=5f8e1bc757fab620f5cf9b5fbc42b6a0030f5e53'/>
<id>urn:sha1:5f8e1bc757fab620f5cf9b5fbc42b6a0030f5e53</id>
<content type='text'>
`org-log-done` was set in two places: `cj/org-todo-settings` in org-config.el set it nil, and org-roam-config.el's `:config` set it to 'time. Whichever module loaded last won, so the effective value was load-order-dependent and fragile.

I set it once in `cj/org-todo-settings` and dropped the org-roam-config setter, leaving a comment at the old site so it doesn't creep back. The value is 'time rather than nil because the dated-completion workflow wants a CLOSED timestamp stamped on every TODO-&gt;DONE.
</content>
</entry>
</feed>
