From 97ef6342f0c636469ab4f6c541ac19d7c1684a5c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 10 Jun 2026 10:07:32 -0500 Subject: chore(todo): reword literal stars that org-lint reads as headings org-lint's misplaced-heading checker flags any mid-line "** " in a paragraph. The quoted "** TODO" examples in two manual-test Expected lines tripped it. --- todo.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo.org b/todo.org index f7f662c5..b4aefead 100644 --- a/todo.org +++ b/todo.org @@ -7116,13 +7116,13 @@ What we're verifying: inside a projectile project that has a root todo.org, C-c - Open a file inside a projectile project whose root has a todo.org (e.g. this one, ~/.emacs.d). - Press C-c c, then t. - Type a short task, finish with C-c C-c. -Expected: the entry lands as a new "** TODO ..." at the top of that project's "... Open Work" heading (e.g. "Emacs Open Work"), not in the global inbox. +Expected: the entry lands as a new level-2 TODO at the top of that project's "... Open Work" heading (e.g. "Emacs Open Work"), not in the global inbox. *** Project-aware capture: C-c c b files a [#C] bug What we're verifying: C-c c b (Bug) behaves like the Task capture but stamps the entry [#C]. - Inside the same project, press C-c c, then b. - Type a short bug description, finish with C-c C-c. -Expected: a "** TODO [#C] ..." entry lands at the top of the project's "... Open Work" heading. +Expected: a level-2 "TODO [#C]" entry lands at the top of the project's "... Open Work" heading. *** Nov bookmark naming: "Author, Title" instead of the raw filename What we're verifying: bookmarking your place in an EPUB names the bookmark "Author, Title" parsed from the filename (Calibre's " - <Author>.epub"), reordered with the colon restored — not the raw filename. -- cgit v1.2.3