diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-10 10:07:32 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-10 10:07:32 -0500 |
| commit | 97ef6342f0c636469ab4f6c541ac19d7c1684a5c (patch) | |
| tree | 9fe9fe141f1231829886d130de5121085431ac6b | |
| parent | 147ad3dac5f39922198164efb91cddc2c8f4bc62 (diff) | |
| download | dotemacs-97ef6342f0c636469ab4f6c541ac19d7c1684a5c.tar.gz dotemacs-97ef6342f0c636469ab4f6c541ac19d7c1684a5c.zip | |
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.
| -rw-r--r-- | todo.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 "<Title> - <Author>.epub"), reordered with the colon restored — not the raw filename. |
