<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/tests/test-org-roam-config-dailies-head.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-06-12T15:00:36+00:00</updated>
<entry>
<title>fix(org-roam): put dailies #+FILETAGS and #+TITLE on separate lines</title>
<updated>2026-06-12T15:00:36+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-06-12T15:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=1953b6cf73acf4e1bbf9f2ac14d2a539da55fb7c'/>
<id>urn:sha1:1953b6cf73acf4e1bbf9f2ac14d2a539da55fb7c</id>
<content type='text'>
The "d" dailies head ran FILETAGS and TITLE together with no newline, so every C-c n d daily was malformed: Org never parsed #+TITLE and the FILETAGS value swallowed the rest of the line. Extracted the head into the cj/--org-roam-dailies-head defconst so it is unit-testable (the value was unreachable inside the use-package :custom form) and gave it real newlines. Two ERT tests assert the FILETAGS/TITLE line separation and the trailing newline.
</content>
</entry>
</feed>
